home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Toolkit / CSE HTML Validator Lite 7.01 / cselite.exe / {app} / phpinsertercfg.txt.dist < prev    next >
Extensible Markup Language  |  2004-12-07  |  568KB  |  2,719 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.  
  4. CSE HTML Validator Standard/Professional/Lite PHP Inserter Configuration by AI Internet Solutions (http://www.htmlvalidator.com/)
  5.  
  6. Last updated: December 7, 2004
  7.  
  8. IMPORTANT! If you modify or customize this file, make a backup because it may be overwritten the next time you install or reinstall HTML Validator. If you want to customize this configuration file, consider customizing the User Inserter instead.
  9.  
  10. For detailed documentation about this file, see the "Text Inserters" topic in help.
  11.  
  12. flags:
  13.  1-press return after inserting text
  14.  2-don't change (preserve) case when inserting text
  15.  4-line separator
  16.  8-close (actually hide) tag inserter (new v4.51)
  17.  16-CSS property (new v5.02)
  18.  32-don't change case if XHTML document (new v5.4910)
  19.  64-add quick close if XHTML document
  20.  
  21. command:
  22.  1-edit configuration
  23.  2-reload configuration
  24.  
  25. inserttext:
  26.    to simulate pressing the enter key
  27.    to simulate pressing the tab key
  28.   to simulate pressing the backspace key
  29.  
  30. -->
  31.  
  32. <csetaginserterconfiguration version="1">
  33. <tag menu='PHP' inserttext='"|"' hint='Enclose text in double quotes.' flags='2'/>
  34. <tag menu='PHP' inserttext="'|'" hint='Enclose text in single quotes.' flags='2'/>
  35. <tag menu='PHP' inserttext='(|)' hint='Enclose text in parenthesis.' flags='2'/>
  36. <tag menu='PHP' inserttext='[|]' hint='Enclose text in square brackets.' flags='2'/>
  37. <tag menu='PHP' flags='4'/>
  38. <tag menu='PHP' caption='Edit Configuration' hint='Edit the configuration file to make your own additions and changes to the PHP Inserter.' command='1' flags='0' image='21'/>
  39. <tag menu='PHP' caption='Reload Configuration' hint='Delete the PHP Inserter and recreate it to reread its configuration.' command='2' flags='0'/>
  40. <tag menu='PHP' flags='4'/>
  41. <tag menu='PHP' caption='Close PHP Inserter' flags='8' image='1'/>
  42.  
  43. <!-- BEGIN MAIN CONTENT -->
  44. <!-- BEGIN MAIN CONTENT -->
  45.  
  46. <tag menu='A' submenu='Apache-specific' inserttext='apache_child_terminate()' hint='bool apache_child_terminate(void) - Terminate apache process after this request. (PHP 4>=4.0.5)' flags='130'/>
  47. <tag menu='A' submenu='Apache-specific' inserttext='apache_get_modules()' hint='array apache_get_modules(void) - Get a list of loaded Apache modules. (PHP 4>=4.3.2)' flags='130'/>
  48. <tag menu='A' submenu='Apache-specific' inserttext='apache_get_version()' hint='string apache_get_version(void) - Fetch Apache version. (PHP 4>=4.3.2)' flags='130'/>
  49. <tag menu='A' submenu='Apache-specific' inserttext='apache_getenv(|)' hint='string apache_getenv(string variable [, bool walk_to_top]) - Get an Apache subprocess_env variable. (PHP 4>=4.3.0)' flags='130'/>
  50. <tag menu='A' submenu='Apache-specific' inserttext='apache_lookup_uri(|)' hint='object apache_lookup_uri(string filename) - Perform a partial request for the specified URI and return all info about it. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  51. <tag menu='A' submenu='Apache-specific' inserttext='apache_note(|)' hint='string apache_note(string note_name [, string note_value]) - Get and set apache request notes. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  52. <tag menu='A' submenu='Apache-specific' inserttext='apache_request_headers()' hint='array apache_request_headers(void) - Fetch all HTTP request headers. (PHP 4>=4.3.0)' flags='130'/>
  53. <tag menu='A' submenu='Apache-specific' inserttext='apache_response_headers()' hint='array apache_response_headers(void) - Fetch all HTTP response headers. (PHP 4>=4.3.0)' flags='130'/>
  54. <tag menu='A' submenu='Apache-specific' inserttext='apache_setenv(|)' hint='int apache_setenv(string variable, string value [, bool walk_to_top]) - Set an Apache subprocess_env variable. (PHP 4>=4.2.0)' flags='130'/>
  55. <tag menu='A' submenu='Apache-specific' inserttext='ascii2ebcdic(|)' hint='int ascii2ebcdic(string ascii_str) - Translate string from ASCII to EBCDIC. (PHP 3>=3.0.17)' flags='130'/>
  56. <tag menu='A' submenu='Apache-specific' inserttext='ebcdic2ascii(|)' hint='int ebcdic2ascii(string ebcdic_str) - Translate string from EBCDIC to ASCII. (PHP 3>=3.0.17)' flags='130'/>
  57. <tag menu='A' submenu='Apache-specific' inserttext='getallheaders()' hint='array getallheaders(void) - Fetch all HTTP request headers. (PHP 3, PHP 4)' flags='130'/>
  58. <tag menu='A' submenu='Apache-specific' inserttext='virtual(|)' hint='int virtual(string filename) - Perform an Apache sub-request. (PHP 3, PHP 4)' flags='130'/>
  59. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array(|)' hint='array array([mixed ...]) - Create an array. (PHP 3, PHP 4)' flags='130'/>
  60. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_change_key_case(|)' hint='array array_change_key_case(array input [, int case]) - Returns an array with all string keys lowercased or uppercased. (PHP 4>=4.2.0)' flags='130'/>
  61. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_chunk(|)' hint='array array_chunk(array input, int size [, bool preserve_keys]) - Split an array into chunks. (PHP 4>=4.2.0)' flags='130'/>
  62. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_combine(|)' hint='array array_combine(array keys, array values) - Creates an array by using one array for keys and another for its values. (PHP 5 CVS only)' flags='130'/>
  63. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_count_values(|)' hint='array array_count_values(array input) - Counts all the values of an array. (PHP 4)' flags='130'/>
  64. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_diff(|)' hint='array array_diff(array array1, array array2 [, array ...]) - Computes the difference of arrays. (PHP 4>=4.0.1)' flags='130'/>
  65. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_diff_assoc(|)' hint='array array_diff_assoc(array array1, array array2 [, array ...]) - Computes the difference of arrays with additional index check. (PHP 4>=4.3.0)' flags='130'/>
  66. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_diff_uassoc(|)' hint='array array_diff_uassoc(array array1, array array2 [, array ..., callback key_compare_func]) - Computes the difference of arrays with additional index check which is performed by a user supplied callback function.' flags='130'/>
  67. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_fill(|)' hint='array array_fill(int start_index, int num, mixed value) - Fill an array with values. (PHP 4>=4.2.0)' flags='130'/>
  68. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_filter(|)' hint='array array_filter(array input [, callback callback]) - Filters elements of an array using a callback function. (PHP 4>=4.0.6)' flags='130'/>
  69. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_flip(|)' hint='array array_flip(array trans) - Exchanges all keys with their associated values in an array. (PHP 4)' flags='130'/>
  70. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_intersect(|)' hint='array array_intersect(array array1, array array2 [, array ...]) - Computes the intersection of arrays. (PHP 4>=4.0.1)' flags='130'/>
  71. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_intersect_assoc(|)' hint='array array_intersect_assoc(array array1, array array2 [, array ...]) - Computes the intersection of arrays with additional index check. (PHP 4>=4.3.0)' flags='130'/>
  72. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_key_exists(|)' hint='bool array_key_exists(mixed key, array search) - Checks if the given key or index exists in the array. (PHP 4>=4.1.0)' flags='130'/>
  73. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_keys(|)' hint='array array_keys(array input [, mixed search_value]) - Return all the keys of an array. (PHP 4)' flags='130'/>
  74. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_map(|)' hint='array array_map(mixed callback, array arr1 [, array ...]) - Applies the callback to the elements of the given arrays. (PHP 4>=4.0.6)' flags='130'/>
  75. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_merge(|)' hint='array array_merge(array array1, array array2 [, array ...]) - Merge two or more arrays. (PHP 4)' flags='130'/>
  76. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_merge_recursive(|)' hint='array array_merge_recursive(array array1, array array2 [, array ...]) - Merge two or more arrays recursively. (PHP 4>=4.0.1)' flags='130'/>
  77. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_multisort(|)' hint='bool array_multisort(array ar1 [, mixed arg [, mixed ... [, array ...]]]) - Sort multiple or multi-dimensional arrays. (PHP 4)' flags='130'/>
  78. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_pad(|)' hint='array array_pad(array input, int pad_size, mixed pad_value) - Pad array to the specified length with a value. (PHP 4)' flags='130'/>
  79. <tag menu='A' submenu='Array-->>a - array_po' inserttext='array_pop(|)' hint='mixed array_pop(array array) - Pop the element off the end of array. (PHP 4)' flags='130'/>
  80. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_push(|)' hint='int array_push(array array, mixed var [, mixed ...]) - Push one or more elements onto the end of array. (PHP 4)' flags='130'/>
  81. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_rand(|)' hint='mixed array_rand(array input [, int num_req]) - Pick one or more random entries out of an array. (PHP 4)' flags='130'/>
  82. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_reduce(|)' hint='mixed array_reduce(array input, callback function [, int initial]) - Iteratively reduce the array to a single value using a callback function. (PHP 4>=4.0.5)' flags='130'/>
  83. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_reverse(|)' hint='array array_reverse(array array [, bool preserve_keys]) - Return an array with elements in reverse order. (PHP 4)' flags='130'/>
  84. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_search(|)' hint='mixed array_search(mixed needle, array haystack [, bool strict]) - Searches the array for a given value and returns the corresponding key if successful. (PHP 4>=4.0.5)' flags='130'/>
  85. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_shift(|)' hint='mixed array_shift(array array) - Shift an element off the beginning of array. (PHP 4)' flags='130'/>
  86. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_slice(|)' hint='array array_slice(array array, int offset [, int length]) - Extract a slice of the array. (PHP 4)' flags='130'/>
  87. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_splice(|)' hint='array array_splice(array input, int offset [, int length [, array replacement]]) - Remove a portion of the array and replace it with something else. (PHP 4)' flags='130'/>
  88. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_sum(|)' hint='mixed array_sum(array array) - Calculate the sum of values in an array. (PHP 4>=4.0.4)' flags='130'/>
  89. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_udiff(|)' hint='array array_udiff(array array1, array array2 [, array ..., callback data_compare_func]) - Computes the difference of arrays by using a callback function for data comparison.' flags='130'/>
  90. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_udiff_assoc(|)' hint='array array_udiff_assoc(array array1, array array2 [, array ..., callback data_compare_func]) - Computes the difference of arrays with additional index check. The data is compared by using a callback function.' flags='130'/>
  91. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_udiff_uassoc(|)' hint='array array_udiff_uassoc(array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func]) - Computes the difference of arrays with additional index check. The data is compared by using a callback function. The index check is done by a callback function also.' flags='130'/>
  92. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_unique(|)' hint='array array_unique(array array) - Removes duplicate values from an array. (PHP 4>=4.0.1)' flags='130'/>
  93. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_unshift(|)' hint='int array_unshift(array array, mixed var [, mixed ...]) - Prepend one or more elements to the beginning of an array. (PHP 4)' flags='130'/>
  94. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_values(|)' hint='array array_values(array input) - Return all the values of an array. (PHP 4)' flags='130'/>
  95. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='array_walk(|)' hint='bool array_walk(array array, callback function [, mixed userdata]) - Apply a user function to every member of an array. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  96. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='arsort(|)' hint='bool arsort(array array [, int sort_flags]) - Sort an array in reverse order and maintain index association. (PHP 3, PHP 4)' flags='130'/>
  97. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='asort(|)' hint='bool asort(array array [, int sort_flags]) - Sort an array and maintain index association. (PHP 3, PHP 4)' flags='130'/>
  98. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='compact(|)' hint='array compact(mixed varname [, mixed ...]) - Create array containing variables and their values. (PHP 4)' flags='130'/>
  99. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='count(|)' hint='int count(mixed var [, int mode]) - Count elements in a variable. (PHP 3, PHP 4)' flags='130'/>
  100. <tag menu='A' submenu='Array-->>array_pu - c' inserttext='current(|)' hint='mixed current(array array) - Return the current element in an array. (PHP 3, PHP 4)' flags='130'/>
  101. <tag menu='A' submenu='Array-->>e - u' inserttext='each(|)' hint='array each(array array) - Return the current key and value pair from an array and advance the array cursor. (PHP 3, PHP 4)' flags='130'/>
  102. <tag menu='A' submenu='Array-->>e - u' inserttext='end(|)' hint='mixed end(array array) - Set the internal pointer of an array to its last element. (PHP 3, PHP 4)' flags='130'/>
  103. <tag menu='A' submenu='Array-->>e - u' inserttext='extract(|)' hint='int extract(array var_array [, int extract_type [, string prefix]]) - Import variables into the current symbol table from an array. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  104. <tag menu='A' submenu='Array-->>e - u' inserttext='in_array(|)' hint='bool in_array(mixed needle, array haystack [, bool strict]) - Checks if a value exists in an array. (PHP 4)' flags='130'/>
  105. <tag menu='A' submenu='Array-->>e - u' inserttext='key(|)' hint='mixed key(array array) - Fetch a key from an associative array. (PHP 3, PHP 4)' flags='130'/>
  106. <tag menu='A' submenu='Array-->>e - u' inserttext='krsort(|)' hint='bool krsort(array array [, int sort_flags]) - Sort an array by key in reverse order. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  107. <tag menu='A' submenu='Array-->>e - u' inserttext='ksort(|)' hint='bool ksort(array array [, int sort_flags]) - Sort an array by key. (PHP 3, PHP 4)' flags='130'/>
  108. <tag menu='A' submenu='Array-->>e - u' inserttext='list(|)' hint='void list(mixed ...) - Assign variables as if they were an array. (PHP 3, PHP 4)' flags='130'/>
  109. <tag menu='A' submenu='Array-->>e - u' inserttext='natcasesort(|)' hint='void natcasesort(array array) - Sort an array using a case insensitive "natural order" algorithm. (PHP 4)' flags='130'/>
  110. <tag menu='A' submenu='Array-->>e - u' inserttext='natsort(|)' hint='void natsort(array array) - Sort an array using a "natural order" algorithm. (PHP 4)' flags='130'/>
  111. <tag menu='A' submenu='Array-->>e - u' inserttext='next(|)' hint='mixed next(array array) - Advance the internal array pointer of an array. (PHP 3, PHP 4)' flags='130'/>
  112. <tag menu='A' submenu='Array-->>e - u' inserttext='pos(|)' hint='mixed pos(array array) - Get the current element from an array. (PHP 3, PHP 4)' flags='130'/>
  113. <tag menu='A' submenu='Array-->>e - u' inserttext='prev(|)' hint='mixed prev(array array) - Rewind the internal array pointer. (PHP 3, PHP 4)' flags='130'/>
  114. <tag menu='A' submenu='Array-->>e - u' inserttext='range(|)' hint='array range(int low, int high [, int step]) - Create an array containing a range of elements. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  115. <tag menu='A' submenu='Array-->>e - u' inserttext='reset(|)' hint='mixed reset(array array) - Set the internal pointer of an array to its first element. (PHP 3, PHP 4)' flags='130'/>
  116. <tag menu='A' submenu='Array-->>e - u' inserttext='rsort(|)' hint='bool rsort(array array [, int sort_flags]) - Sort an array in reverse order. (PHP 3, PHP 4)' flags='130'/>
  117. <tag menu='A' submenu='Array-->>e - u' inserttext='shuffle(|)' hint='void shuffle(array array) - Shuffle an array. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  118. <tag menu='A' submenu='Array-->>e - u' inserttext='sizeof(|)' hint='sizeof - Alias of count().' flags='130'/>
  119. <tag menu='A' submenu='Array-->>e - u' inserttext='sort(|)' hint='bool sort(array array [, int sort_flags]) - Sort an array. (PHP 3, PHP 4)' flags='130'/>
  120. <tag menu='A' submenu='Array-->>e - u' inserttext='uasort(|)' hint='bool uasort(array array, callback cmp_function) - Sort an array with a user-defined comparison function and maintain index association. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  121. <tag menu='A' submenu='Array-->>e - u' inserttext='uksort(|)' hint='bool uksort(array array, callback cmp_function) - Sort an array by keys using a user-defined comparison function. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  122. <tag menu='A' submenu='Array-->>e - u' inserttext='usort(|)' hint='bool usort(array array, callback cmp_function) - Sort an array by values using a user-defined comparison function. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  123. <tag menu='A' submenu='Aspell [deprecated]' inserttext='aspell_check(|)' hint='bool aspell_check(int dictionary_link, string word) - Check a word [deprecated]. (PHP 3>=3.0.7, PHP 4<=4.2.3)' flags='130'/>
  124. <tag menu='A' submenu='Aspell [deprecated]' inserttext='aspell_check_raw(|)' hint='bool aspell_check_raw(int dictionary_link, string word) - Check a word without changing its case or trying to trim it [deprecated]. (PHP 3>=3.0.7, PHP 4<=4.2.3)' flags='130'/>
  125. <tag menu='A' submenu='Aspell [deprecated]' inserttext='aspell_new(|)' hint='int aspell_new(string master [, string personal]) - Load a new dictionary [deprecated]. (PHP 3>=3.0.7, PHP 4<=4.2.3)' flags='130'/>
  126. <tag menu='A' submenu='Aspell [deprecated]' inserttext='aspell_suggest(|)' hint='array aspell_suggest(int dictionary_link, string word) - Suggest spellings of a word [deprecated]. (PHP 3>=3.0.7, PHP 4<=4.2.3)' flags='130'/>
  127. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcadd(|)' hint='string bcadd(string left_operand, string right_operand [, int scale]) - Add two arbitrary precision numbers. (PHP 3, PHP 4)' flags='130'/>
  128. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bccomp(|)' hint='int bccomp(string left_operand, string right_operand [, int scale]) - Compare two arbitrary precision numbers. (PHP 3, PHP 4)' flags='130'/>
  129. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcdiv(|)' hint='string bcdiv(string left_operand, string right_operand [, int scale]) - Divide two arbitrary precision numbers. (PHP 3, PHP 4)' flags='130'/>
  130. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcmod(|)' hint='string bcmod(string left_operand, string modulus) - Get modulus of an arbitrary precision number. (PHP 3, PHP 4)' flags='130'/>
  131. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcmul(|)' hint='string bcmul(string left_operand, string right_operand [, int scale]) - Multiply two arbitrary precision number. (PHP 3, PHP 4)' flags='130'/>
  132. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcpow(|)' hint='string bcpow(string x, string y [, int scale]) - Raise an arbitrary precision number to another. (PHP 3, PHP 4)' flags='130'/>
  133. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcpowmod(|)' hint='string bcpowmod(string x, string y, string modulus [, int scale]) - Raise an arbitrary precision number to another, reduced by a specified modulus. (PHP 5 CVS only)' flags='130'/>
  134. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcscale(|)' hint='bool bcscale(int scale) - Set default scale parameter for all bc math functions. (PHP 3, PHP 4)' flags='130'/>
  135. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcsqrt(|)' hint='string bcsqrt(string operand [, int scale]) - Get the square root of an arbitrary precision number. (PHP 3, PHP 4)' flags='130'/>
  136. <tag menu='B' submenu='BCMath Arbitrary Precision Mathematics' inserttext='bcsub(|)' hint='string bcsub(string left_operand, string right_operand [, int scale]) - Subtract one arbitrary precision number from another. (PHP 3, PHP 4)' flags='130'/>
  137. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzclose(|)' hint='int bzclose(resource bz) - Close a bzip2 file pointer. (4.0.4-4.3.2 only)' flags='130'/>
  138. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzcompress(|)' hint='string bzcompress(string source [, int blocksize [, int workfactor]]) - Compress a string into bzip2 encoded data. (4.0.4-4.3.2 only)' flags='130'/>
  139. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzdecompress(|)' hint='string bzdecompress(string source [, int small]) - Decompresses bzip2 encoded data. (4.0.4-4.3.2 only)' flags='130'/>
  140. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzerrno(|)' hint='int bzerrno(resource bz) - Returns a bzip2 error number. (4.0.4-4.3.2 only)' flags='130'/>
  141. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzerror(|)' hint='array bzerror(resource bz) - Returns the bzip2 error number and error string in an array. (4.0.4-4.3.2 only)' flags='130'/>
  142. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzerrstr(|)' hint='string bzerrstr(resource bz) - Returns a bzip2 error string. (4.0.4-4.3.2 only)' flags='130'/>
  143. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzflush(|)' hint='int bzflush(resource bz) - Force a write of all buffered data. (4.0.4-4.3.2 only)' flags='130'/>
  144. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzopen(|)' hint='resource bzopen(string filename, string mode) - Opens a bzip2 compressed file. (4.0.4-4.3.2 only)' flags='130'/>
  145. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzread(|)' hint='string bzread(resource bz [, int length]) - Binary safe bzip2 file read. (4.0.4-4.3.2 only)' flags='130'/>
  146. <tag menu='B' submenu='Bzip2 Compression' inserttext='bzwrite(|)' hint='int bzwrite(resource bz, string data [, int length]) - Binary safe bzip2 file write. (4.0.4-4.3.2 only)' flags='130'/>
  147. <tag menu='C' submenu='COM support for Windows' inserttext='com_addref()' hint='void com_addref(void) - Increases the components reference counter. (4.1.0-4.3.2 only)' flags='130'/>
  148. <tag menu='C' submenu='COM support for Windows' inserttext='com_get(|)' hint="mixed com_get(resource com_object, string property) - Gets the value of a COM Component's property. (PHP 3>=3.0.3, 4.0.5-4.3.2 only)" flags='130'/>
  149. <tag menu='C' submenu='COM support for Windows' inserttext='com_invoke(|)' hint="mixed com_invoke(resource com_object, string function_name [, mixed function parameters, ...]) - Calls a COM component's method. (PHP 3>=3.0.3)" flags='130'/>
  150. <tag menu='C' submenu='COM support for Windows' inserttext='com_isenum(|)' hint='void com_isenum(object com_module) - Grabs an IEnumVariant. (4.1.0-4.3.2 only)' flags='130'/>
  151. <tag menu='C' submenu='COM support for Windows' inserttext='com_load(|)' hint='string com_load(string module_name [, string server_name [, int codepage]]) - Creates a new reference to a COM component. (PHP 3>=3.0.3)' flags='130'/>
  152. <tag menu='C' submenu='COM support for Windows' inserttext='com_load_typelib(|)' hint='void com_load_typelib(string typelib_name [, int case_insensitive]) - Loads a Typelib. (4.1.0-4.3.2 only)' flags='130'/>
  153. <tag menu='C' submenu='COM support for Windows' inserttext='com_propget(|)' hint='com_propget - Alias of com_get().' flags='130'/>
  154. <tag menu='C' submenu='COM support for Windows' inserttext='com_propput(|)' hint='com_propput - Alias of com_set().' flags='130'/>
  155. <tag menu='C' submenu='COM support for Windows' inserttext='com_propset(|)' hint='com_propset - Alias of com_set().' flags='130'/>
  156. <tag menu='C' submenu='COM support for Windows' inserttext='com_release()' hint='void com_release(void) - Decreases the components reference counter. (4.1.0-4.3.2 only)' flags='130'/>
  157. <tag menu='C' submenu='COM support for Windows' inserttext='com_set(|)' hint="void com_set(resource com_object, string property, mixed value) - Assigns a value to a COM component's property. (PHP 3>=3.0.3, 4.0.5-4.3.2 only)" flags='130'/>
  158. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_close(|)' hint='void curl_close(resource ch) - Close a CURL session. (PHP 4>=4.0.2)' flags='130'/>
  159. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_errno(|)' hint='int curl_errno(resource ch) - Return the last error number. (PHP 4>=4.0.3)' flags='130'/>
  160. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_error(|)' hint='string curl_error(resource ch) - Return a string containing the last error for the current session. (PHP 4>=4.0.3)' flags='130'/>
  161. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_exec(|)' hint='mixed curl_exec(resource ch) - Perform a CURL session. (PHP 4>=4.0.2)' flags='130'/>
  162. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_getinfo(|)' hint='string curl_getinfo(resource ch [, int opt]) - Get information regarding a specific transfer. (PHP 4>=4.0.4)' flags='130'/>
  163. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_init(|)' hint='resource curl_init([string url]) - Initialize a CURL session. (PHP 4>=4.0.2)' flags='130'/>
  164. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_add_handle(|)' hint='int curl_multi_add_handle(resource mh, resource ch) - Add a normal cURL handle to a cURL multi handle. (PHP 5 CVS only)' flags='130'/>
  165. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_close(|)' hint='void curl_multi_close(resource mh) - Close a set of cURL handles. (PHP 5 CVS only)' flags='130'/>
  166. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_exec(|)' hint='int curl_multi_exec(resource mh) - Run the sub-connections of the current cURL handle. (PHP 5 CVS only)' flags='130'/>
  167. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_getcontent(|)' hint='string curl_multi_getcontent(resource ch) - Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set. (PHP 5 CVS only)' flags='130'/>
  168. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_info_read(|)' hint='array curl_multi_info_read(resource mh) - Get information about the current transfers. (PHP 5 CVS only)' flags='130'/>
  169. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_init()' hint='resource curl_multi_init(void) - Returns a new cURL multi handle. (PHP 5 CVS only)' flags='130'/>
  170. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_remove_handle(|)' hint='int curl_multi_remove_handle(resource mh, resource ch) - Remove a multi handle from a set of cURL handles. (PHP 5 CVS only)' flags='130'/>
  171. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_multi_select(|)' hint='int curl_multi_select(resource mh [, float timeout]) - Get all the sockets associated with the cURL extension, which can then be "selected". (PHP 5 CVS only)' flags='130'/>
  172. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_setopt(|)' hint='bool curl_setopt(resource ch, string option, mixed value) - Set an option for a CURL transfer. (PHP 4>=4.0.2)' flags='130'/>
  173. <tag menu='C' submenu='CURL, Client URL Library' inserttext='curl_version()' hint='string curl_version(void) - Return the current CURL version. (PHP 4>=4.0.2)' flags='130'/>
  174. <tag menu='C' submenu='Calendar' inserttext='FrenchToJD(|)' hint='int FrenchToJD(int month, int day, int year) - Converts a date from the French Republican Calendar to a Julian Day Count. (PHP 3, PHP 4)' flags='130'/>
  175. <tag menu='C' submenu='Calendar' inserttext='GregorianToJD(|)' hint='int GregorianToJD(int month, int day, int year) - Converts a Gregorian date to Julian Day Count. (PHP 3, PHP 4)' flags='130'/>
  176. <tag menu='C' submenu='Calendar' inserttext='JDDayOfWeek(|)' hint='mixed JDDayOfWeek(int julianday, int mode) - Returns the day of the week. (PHP 3, PHP 4)' flags='130'/>
  177. <tag menu='C' submenu='Calendar' inserttext='JDMonthName(|)' hint='string JDMonthName(int julianday, int mode) - Returns a month name. (PHP 3, PHP 4)' flags='130'/>
  178. <tag menu='C' submenu='Calendar' inserttext='JDToFrench(|)' hint='string JDToFrench(int juliandaycount) - Converts a Julian Day Count to the French Republican Calendar. (PHP 3, PHP 4)' flags='130'/>
  179. <tag menu='C' submenu='Calendar' inserttext='JDToGregorian(|)' hint='string JDToGregorian(int julianday) - Converts Julian Day Count to Gregorian date. (PHP 3, PHP 4)' flags='130'/>
  180. <tag menu='C' submenu='Calendar' inserttext='JDToJulian(|)' hint='string JDToJulian(int julianday) - Converts a Julian Day Count to a Julian Calendar Date. (PHP 3, PHP 4)' flags='130'/>
  181. <tag menu='C' submenu='Calendar' inserttext='JewishToJD(|)' hint='int JewishToJD(int month, int day, int year) - Converts a date in the Jewish Calendar to Julian Day Count. (PHP 3, PHP 4)' flags='130'/>
  182. <tag menu='C' submenu='Calendar' inserttext='JulianToJD(|)' hint='int JulianToJD(int month, int day, int year) - Converts a Julian Calendar date to Julian Day Count. (PHP 3, PHP 4)' flags='130'/>
  183. <tag menu='C' submenu='Calendar' inserttext='cal_days_in_month(|)' hint='int cal_days_in_month(int calendar, int month, int year) - Return the number of days in a month for a given year and calendar. (PHP 4>=4.1.0)' flags='130'/>
  184. <tag menu='C' submenu='Calendar' inserttext='cal_from_jd(|)' hint='array cal_from_jd(int jd, int calendar) - Converts from Julian Day Count to a supported calendar. (PHP 4>=4.1.0)' flags='130'/>
  185. <tag menu='C' submenu='Calendar' inserttext='cal_info(|)' hint='array cal_info([int calendar]) - Returns information about a particular calendar. (PHP 4>=4.1.0)' flags='130'/>
  186. <tag menu='C' submenu='Calendar' inserttext='cal_to_jd(|)' hint='int cal_to_jd(int calendar, int month, int day, int year) - Converts from a supported calendar to Julian Day Count. (PHP 4>=4.1.0)' flags='130'/>
  187. <tag menu='C' submenu='Calendar' inserttext='easter_date(|)' hint='int easter_date([int year]) - Get Unix timestamp for midnight on Easter of a given year. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  188. <tag menu='C' submenu='Calendar' inserttext='easter_days(|)' hint='int easter_days([int year [, int method]]) - Get number of days after March 21 on which Easter falls for a given year. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  189. <tag menu='C' submenu='Calendar' inserttext='jdtojewish(|)' hint='string jdtojewish(int juliandaycount [, bool hebrew [, int fl]]) - Converts a Julian day count to a Jewish calendar date. (PHP 3, PHP 4)' flags='130'/>
  190. <tag menu='C' submenu='Calendar' inserttext='jdtounix(|)' hint='int jdtounix(int jday) - Convert Julian Day to Unix timestamp. (PHP 4)' flags='130'/>
  191. <tag menu='C' submenu='Calendar' inserttext='unixtojd(|)' hint='int unixtojd([int timestamp]) - Convert Unix timestamp to Julian Day. (PHP 4)' flags='130'/>
  192. <tag menu='C' submenu='Character type' inserttext='ctype_alnum(|)' hint='bool ctype_alnum(string text) - Check for alphanumeric character(s). (PHP 4>=4.0.4)' flags='130'/>
  193. <tag menu='C' submenu='Character type' inserttext='ctype_alpha(|)' hint='bool ctype_alpha(string text) - Check for alphabetic character(s). (PHP 4>=4.0.4)' flags='130'/>
  194. <tag menu='C' submenu='Character type' inserttext='ctype_cntrl(|)' hint='bool ctype_cntrl(string text) - Check for control character(s). (PHP 4>=4.0.4)' flags='130'/>
  195. <tag menu='C' submenu='Character type' inserttext='ctype_digit(|)' hint='bool ctype_digit(string text) - Check for numeric character(s). (PHP 4>=4.0.4)' flags='130'/>
  196. <tag menu='C' submenu='Character type' inserttext='ctype_graph(|)' hint='bool ctype_graph(string text) - Check for any printable character(s) except space. (PHP 4>=4.0.4)' flags='130'/>
  197. <tag menu='C' submenu='Character type' inserttext='ctype_lower(|)' hint='bool ctype_lower(string text) - Check for lowercase character(s). (PHP 4>=4.0.4)' flags='130'/>
  198. <tag menu='C' submenu='Character type' inserttext='ctype_print(|)' hint='bool ctype_print(string text) - Check for printable character(s). (PHP 4>=4.0.4)' flags='130'/>
  199. <tag menu='C' submenu='Character type' inserttext='ctype_punct(|)' hint='bool ctype_punct(string text) - Check for any printable character which is not whitespace or an alphanumeric character. (PHP 4>=4.0.4)' flags='130'/>
  200. <tag menu='C' submenu='Character type' inserttext='ctype_space(|)' hint='bool ctype_space(string text) - Check for whitespace character(s). (PHP 4>=4.0.4)' flags='130'/>
  201. <tag menu='C' submenu='Character type' inserttext='ctype_upper(|)' hint='bool ctype_upper(string text) - Check for uppercase character(s). (PHP 4>=4.0.4)' flags='130'/>
  202. <tag menu='C' submenu='Character type' inserttext='ctype_xdigit(|)' hint='bool ctype_xdigit(string text) - Check for character(s) representing a hexadecimal digit. (PHP 4>=4.0.4)' flags='130'/>
  203. <tag menu='C' submenu='Class/Object' inserttext='call_user_method(|)' hint='mixed call_user_method(string method_name, object obj [, mixed parameter [, mixed ...]]) - Call a user method on an specific object [deprecated]. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  204. <tag menu='C' submenu='Class/Object' inserttext='call_user_method_array(|)' hint='mixed call_user_method_array(string method_name, object obj [, array paramarr]) - Call a user method given with an array of parameters [deprecated]. (PHP 4>=4.0.5)' flags='130'/>
  205. <tag menu='C' submenu='Class/Object' inserttext='class_exists(|)' hint='bool class_exists(string class_name) - Checks if the class has been defined. (PHP 4)' flags='130'/>
  206. <tag menu='C' submenu='Class/Object' inserttext='get_class(|)' hint='string get_class(object obj) - Returns the name of the class of an object. (PHP 4)' flags='130'/>
  207. <tag menu='C' submenu='Class/Object' inserttext='get_class_methods(|)' hint="array get_class_methods(mixed class_name) - Returns an array of class methods' names. (PHP 4)" flags='130'/>
  208. <tag menu='C' submenu='Class/Object' inserttext='get_class_vars(|)' hint='array get_class_vars(string class_name) - Returns an array of default properties of the class. (PHP 4)' flags='130'/>
  209. <tag menu='C' submenu='Class/Object' inserttext='get_declared_classes()' hint='array get_declared_classes(void) - Returns an array with the name of the defined classes. (PHP 4)' flags='130'/>
  210. <tag menu='C' submenu='Class/Object' inserttext='get_object_vars(|)' hint='array get_object_vars(object obj) - Returns an associative array of object properties. (PHP 4)' flags='130'/>
  211. <tag menu='C' submenu='Class/Object' inserttext='get_parent_class(|)' hint='string get_parent_class(mixed obj) - Retrieves the parent class name for object or class. (PHP 4)' flags='130'/>
  212. <tag menu='C' submenu='Class/Object' inserttext='is_a(|)' hint='bool is_a(object object, string class_name) - Returns TRUE if the object is of this class or has this class as one of its parents. (PHP 4>=4.2.0)' flags='130'/>
  213. <tag menu='C' submenu='Class/Object' inserttext='is_subclass_of(|)' hint='bool is_subclass_of(object object, string class_name) - Returns TRUE if the object has this class as one of its parents. (PHP 4)' flags='130'/>
  214. <tag menu='C' submenu='Class/Object' inserttext='method_exists(|)' hint='bool method_exists(object object, string method_name) - Checks if the class method exists. (PHP 4)' flags='130'/>
  215. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_add_annotation(|)' hint='bool cpdf_add_annotation(int pdf_document, float llx, float lly, float urx, float ury, string title, string content [, int mode]) - Adds annotation. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  216. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_add_outline(|)' hint='int cpdf_add_outline(int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text) - Adds bookmark for current page. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  217. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_arc(|)' hint='bool cpdf_arc(int pdf_document, float x-coor, float y-coor, float radius, float start, float end [, int mode]) - Draws an arc. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  218. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_begin_text(|)' hint='bool cpdf_begin_text(int pdf_document) - Starts text section. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  219. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_circle(|)' hint='bool cpdf_circle(int pdf_document, float x-coor, float y-coor, float radius [, int mode]) - Draw a circle. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  220. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_clip(|)' hint='bool cpdf_clip(int pdf_document) - Clips to current path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  221. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_close(|)' hint='bool cpdf_close(int pdf_document) - Closes the pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  222. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_closepath(|)' hint='bool cpdf_closepath(int pdf_document) - Close path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  223. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_closepath_fill_stroke(|)' hint='bool cpdf_closepath_fill_stroke(int pdf_document) - Close, fill and stroke current path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  224. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_closepath_stroke(|)' hint='bool cpdf_closepath_stroke(int pdf_document) - Close path and draw line along path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  225. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_continue_text(|)' hint='bool cpdf_continue_text(int pdf_document, string text) - Output text in next line. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  226. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_curveto(|)' hint='bool cpdf_curveto(int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode]) - Draws a curve. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  227. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_end_text(|)' hint='bool cpdf_end_text(int pdf_document) - Ends text section. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  228. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_fill(|)' hint='bool cpdf_fill(int pdf_document) - Fill current path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  229. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_fill_stroke(|)' hint='bool cpdf_fill_stroke(int pdf_document) - Fill and stroke current path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  230. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_finalize(|)' hint='bool cpdf_finalize(int pdf_document) - Ends document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  231. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_finalize_page(|)' hint='bool cpdf_finalize_page(int pdf_document, int page_number) - Ends page. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  232. <tag menu='C' submenu='ClibPDF-->>c - cpdf_g' inserttext='cpdf_global_set_document_limits(|)' hint='bool cpdf_global_set_document_limits(int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects) - Sets document limits for any pdf document. (PHP 4)' flags='130'/>
  233. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_import_jpeg(|)' hint='int cpdf_import_jpeg(int pdf_document, string file_name, float x-coor, float y-coor, float angle, float width, float height, float x-scale, float y-scale, int gsave [, int mode]) - Opens a JPEG image. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  234. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_lineto(|)' hint='bool cpdf_lineto(int pdf_document, float x-coor, float y-coor [, int mode]) - Draws a line. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  235. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_moveto(|)' hint='bool cpdf_moveto(int pdf_document, float x-coor, float y-coor [, int mode]) - Sets current point. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  236. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_newpath(|)' hint='bool cpdf_newpath(int pdf_document) - Starts a new path. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  237. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_open(|)' hint='int cpdf_open(int compression [, string filename]) - Opens a new pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  238. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_output_buffer(|)' hint='bool cpdf_output_buffer(int pdf_document) - Outputs the pdf document in memory buffer. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  239. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_page_init(|)' hint='bool cpdf_page_init(int pdf_document, int page_number, int orientation, float height, float width [, float unit]) - Starts new page. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  240. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_place_inline_image(|)' hint='bool cpdf_place_inline_image(int pdf_document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode]) - Places an image on the page. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  241. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_rect(|)' hint='bool cpdf_rect(int pdf_document, float x-coor, float y-coor, float width, float height [, int mode]) - Draw a rectangle. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  242. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_restore(|)' hint='bool cpdf_restore(int pdf_document) - Restores formerly saved environment. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  243. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_rlineto(|)' hint='bool cpdf_rlineto(int pdf_document, float x-coor, float y-coor [, int mode]) - Draws a line. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  244. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_rmoveto(|)' hint='bool cpdf_rmoveto(int pdf_document, float x-coor, float y-coor [, int mode]) - Sets current point. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  245. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_rotate(|)' hint='bool cpdf_rotate(int pdf_document, float angle) - Sets rotation. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  246. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_rotate_text(|)' hint='bool cpdf_rotate_text(int pdfdoc, float angle) - Sets text rotation angle. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  247. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_save(|)' hint='bool cpdf_save(int pdf_document) - Saves current environment. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  248. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_save_to_file(|)' hint='bool cpdf_save_to_file(int pdf_document, string filename) - Writes the pdf document into a file. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  249. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_scale(|)' hint='bool cpdf_scale(int pdf_document, float x-scale, float y-scale) - Sets scaling. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  250. <tag menu='C' submenu='ClibPDF-->>cpdf_i - cpdf_set_a' inserttext='cpdf_set_action_url(|)' hint='bool cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode]) - Sets hyperlink. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  251. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_char_spacing(|)' hint='bool cpdf_set_char_spacing(int pdf_document, float space) - Sets character spacing. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  252. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_creator(|)' hint='bool cpdf_set_creator(string creator) - Sets the creator field in the pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  253. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_current_page(|)' hint='bool cpdf_set_current_page(int pdf_document, int page_number) - Sets current page. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  254. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_font(|)' hint='bool cpdf_set_font(int pdf_document, string font_name, float size, string encoding) - Select the current font face and size. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  255. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_font_directories(|)' hint='bool cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir) - Sets directories to search when using external fonts. (PHP 4>=4.0.6)' flags='130'/>
  256. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_font_map_file(|)' hint='bool cpdf_set_font_map_file(int pdfdoc, string filename) - Sets fontname to filename translation map when using external fonts. (PHP 4>=4.0.6)' flags='130'/>
  257. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_horiz_scaling(|)' hint='bool cpdf_set_horiz_scaling(int pdf_document, float scale) - Sets horizontal scaling of text. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  258. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_keywords(|)' hint='bool cpdf_set_keywords(string keywords) - Sets the keywords field of the pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  259. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_leading(|)' hint='bool cpdf_set_leading(int pdf_document, float distance) - Sets distance between text lines. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  260. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_page_animation(|)' hint='bool cpdf_set_page_animation(int pdf_document, int transition, float duration) - Sets duration between pages. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  261. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_subject(|)' hint='bool cpdf_set_subject(int pdf_document, string subject) - Sets the subject field of the pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  262. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_text_matrix(|)' hint='bool cpdf_set_text_matrix(int pdf_document, array matrix) - Sets the text matrix. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  263. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_text_pos(|)' hint='bool cpdf_set_text_pos(int pdf_document, float x-coor, float y-coor [, int mode]) - Sets text position. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  264. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_text_rendering(|)' hint='bool cpdf_set_text_rendering(int pdf_document, int rendermode) - Determines how text is rendered. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  265. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_text_rise(|)' hint='bool cpdf_set_text_rise(int pdf_document, float value) - Sets the text rise. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  266. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_title(|)' hint='bool cpdf_set_title(string title) - Sets the title field of the pdf document. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  267. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_viewer_preferences(|)' hint='bool cpdf_set_viewer_preferences(int pdfdoc, array preferences) - How to show the document in the viewer. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  268. <tag menu='C' submenu='ClibPDF-->>cpdf_set_c - cpdf_set_' inserttext='cpdf_set_word_spacing(|)' hint='bool cpdf_set_word_spacing(int pdf_document, float space) - Sets spacing between words. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  269. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setdash(|)' hint='bool cpdf_setdash(int pdf_document, float white, float black) - Sets dash pattern. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  270. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setflat(|)' hint='bool cpdf_setflat(int pdf_document, float value) - Sets flatness. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  271. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setgray(|)' hint='bool cpdf_setgray(int pdf_document, float gray_value) - Sets drawing and filling color to gray value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  272. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setgray_fill(|)' hint='bool cpdf_setgray_fill(int pdf_document, float value) - Sets filling color to gray value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  273. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setgray_stroke(|)' hint='bool cpdf_setgray_stroke(int pdf_document, float gray_value) - Sets drawing color to gray value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  274. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setlinecap(|)' hint='bool cpdf_setlinecap(int pdf_document, int value) - Sets linecap parameter. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  275. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setlinejoin(|)' hint='bool cpdf_setlinejoin(int pdf_document, int value) - Sets linejoin parameter. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  276. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setlinewidth(|)' hint='bool cpdf_setlinewidth(int pdf_document, float width) - Sets line width. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  277. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setmiterlimit(|)' hint='bool cpdf_setmiterlimit(int pdf_document, float value) - Sets miter limit. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  278. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setrgbcolor(|)' hint='bool cpdf_setrgbcolor(int pdf_document, float red_value, float green_value, float blue_value) - Sets drawing and filling color to rgb color value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  279. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setrgbcolor_fill(|)' hint='bool cpdf_setrgbcolor_fill(int pdf_document, float red_value, float green_value, float blue_value) - Sets filling color to rgb color value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  280. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_setrgbcolor_stroke(|)' hint='bool cpdf_setrgbcolor_stroke(int pdf_document, float red_value, float green_value, float blue_value) - Sets drawing color to rgb color value. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  281. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_show(|)' hint='bool cpdf_show(int pdf_document, string text) - Output text at current position. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  282. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_show_xy(|)' hint='bool cpdf_show_xy(int pdf_document, string text, float x-coor, float y-coor [, int mode]) - Output text at position. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  283. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_stringwidth(|)' hint='float cpdf_stringwidth(int pdf_document, string text) - Returns width of text in current font. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  284. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_stroke(|)' hint='bool cpdf_stroke(int pdf_document) - Draw line along path. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  285. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_text(|)' hint='bool cpdf_text(int pdf_document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]]) - Output text with parameters. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  286. <tag menu='C' submenu='ClibPDF-->>cpdf_setd - c' inserttext='cpdf_translate(|)' hint='bool cpdf_translate(int pdf_document, float x-coor, float y-coor [, int mode]) - Sets origin of coordinate system. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  287. <tag menu='C' submenu='Crack' inserttext='crack_check(|)' hint='bool crack_check([resource dictionary, string password]) - Performs an obscure check with the given password. (PHP 4>=4.0.5)' flags='130'/>
  288. <tag menu='C' submenu='Crack' inserttext='crack_closedict(|)' hint='bool crack_closedict([resource dictionary]) - Closes an open CrackLib dictionary. (PHP 4>=4.0.5)' flags='130'/>
  289. <tag menu='C' submenu='Crack' inserttext='crack_getlastmessage()' hint='string crack_getlastmessage(void) - Returns the message from the last obscure check. (PHP 4>=4.0.5)' flags='130'/>
  290. <tag menu='C' submenu='Crack' inserttext='crack_opendict(|)' hint='resource crack_opendict(string dictionary) - Opens a new CrackLib dictionary. (PHP 4>=4.0.5)' flags='130'/>
  291. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_authenticate(|)' hint='bool cyrus_authenticate(resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]]) - Authenticate against a Cyrus IMAP server. (4.1.0-4.3.2 only)' flags='130'/>
  292. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_bind(|)' hint='bool cyrus_bind(resource connection, array callbacks) - Bind callbacks to a Cyrus IMAP connection. (4.1.0-4.3.2 only)' flags='130'/>
  293. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_close(|)' hint='bool cyrus_close(resource connection) - Close connection to a Cyrus IMAP server. (4.1.0-4.3.2 only)' flags='130'/>
  294. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_connect(|)' hint='resource cyrus_connect([string host [, string port [, int flags]]]) - Connect to a Cyrus IMAP server. (4.1.0-4.3.2 only)' flags='130'/>
  295. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_query(|)' hint='bool cyrus_query(resource connection, string query) - Send a query to a Cyrus IMAP server. (4.1.0-4.3.2 only)' flags='130'/>
  296. <tag menu='C' submenu='Cyrus IMAP administration' inserttext='cyrus_unbind(|)' hint='bool cyrus_unbind(resource connection, string trigger_name) - Unbind ... (4.1.0-4.3.2 only)' flags='130'/>
  297. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomAttribute->name()' hint='bool DomAttribute->name(void) - Returns name of attribute.' flags='130'/>
  298. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomAttribute->specified()' hint='bool DomAttribute->specified(void) - Checks if attribute is specified.' flags='130'/>
  299. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomAttribute->value()' hint='bool DomAttribute->value(void) - Returns value of attribute.' flags='130'/>
  300. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->add_root [deprecated](|)' hint='resource DomDocument->add_root [deprecated](string name) - Adds a root node.' flags='130'/>
  301. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_attribute(|)' hint='object DomDocument->create_attribute(string name, string value) - Create new attribute.' flags='130'/>
  302. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_cdata_section(|)' hint='string DomDocument->create_cdata_section(string content) - Create new cdata node.' flags='130'/>
  303. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_comment(|)' hint='object DomDocument->create_comment(string content) - Create new comment node.' flags='130'/>
  304. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_element(|)' hint='object DomDocument->create_element(string name) - Create new element node.' flags='130'/>
  305. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_element_ns(|)' hint='object DomDocument->create_element_ns(string uri, string name [, string prefix]) - Create new element node with an associated namespace.' flags='130'/>
  306. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_entity_reference(|)' hint='object DomDocument->create_entity_reference(string content) - .' flags='130'/>
  307. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_processing_instruction(|)' hint='string DomDocument->create_processing_instruction(string content) - Creates new PI node.' flags='130'/>
  308. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->create_text_node(|)' hint='object DomDocument->create_text_node(string content) - Create new text node.' flags='130'/>
  309. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->doctype()' hint='object DomDocument->doctype(void) - Returns the document type.' flags='130'/>
  310. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->document_element()' hint='object DomDocument->document_element(void) - Returns root element node.' flags='130'/>
  311. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->dump_file(|)' hint='string DomDocument->dump_file(string filename [, bool compressionmode [, bool format]]) - Dumps the internal XML tree back into a file.' flags='130'/>
  312. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->dump_mem(|)' hint='string DomDocument->dump_mem([bool format [, string encoding]]) - Dumps the internal XML tree back into a string.' flags='130'/>
  313. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->get_element_by_id(|)' hint='object DomDocument->get_element_by_id(string id) - Searches for an element with a certain id.' flags='130'/>
  314. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->get_elements_by_tagname(|)' hint='array DomDocument->get_elements_by_tagname(string name) - .' flags='130'/>
  315. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->html_dump_mem()' hint='string DomDocument->html_dump_mem(void) - Dumps the internal XML tree back into a string as HTML.' flags='130'/>
  316. <tag menu='D' submenu='DOM XML-->>D - DomDocument-' inserttext='DomDocument->xinclude()' hint='int DomDocument->xinclude(void) - Substitutes XIncludes in a DomDocument Object.' flags='130'/>
  317. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->entities()' hint='array DomDocumentType->entities(void) - Returns list of entities.' flags='130'/>
  318. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->internal_subset()' hint='bool DomDocumentType->internal_subset(void) - Returns internal subset.' flags='130'/>
  319. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->name()' hint='string DomDocumentType->name(void) - Returns name of document type.' flags='130'/>
  320. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->notations()' hint='array DomDocumentType->notations(void) - Returns list of notations.' flags='130'/>
  321. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->public_id()' hint='string DomDocumentType->public_id(void) - Returns public id of document type.' flags='130'/>
  322. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomDocumentType->system_id()' hint='string DomDocumentType->system_id(void) - Returns system id of document type.' flags='130'/>
  323. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->get_attribute(|)' hint='object DomElement->get_attribute(string name) - Returns value of attribute.' flags='130'/>
  324. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->get_attribute_node(|)' hint='object DomElement->get_attribute_node(object attr) - Returns value of attribute.' flags='130'/>
  325. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->get_elements_by_tagname(|)' hint='bool DomElement->get_elements_by_tagname(string name) - Gets elements by tagname.' flags='130'/>
  326. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->has_attribute(|)' hint='bool DomElement->has_attribute(string name) - Checks to see if attribute exists.' flags='130'/>
  327. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->remove_attribute(|)' hint='bool DomElement->remove_attribute(string name) - Removes attribute.' flags='130'/>
  328. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->set_attribute(|)' hint='bool DomElement->set_attribute(string name, string value) - Adds new attribute.' flags='130'/>
  329. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomElement->tagname()' hint='string DomElement->tagname(void) - Returns name of element.' flags='130'/>
  330. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->add_namespace(|)' hint='bool DomNode->add_namespace(string uri, string prefix) - Adds a namespace declaration to a node.' flags='130'/>
  331. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->append_child(|)' hint='object DomNode->append_child(object newnode) - Adds new child at the end of the children.' flags='130'/>
  332. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->append_sibling(|)' hint='object DomNode->append_sibling(object newnode) - Adds new sibling to a node.' flags='130'/>
  333. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->attributes()' hint='array DomNode->attributes(void) - Returns list of attributes.' flags='130'/>
  334. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->child_nodes()' hint='array DomNode->child_nodes(void) - Returns children of node.' flags='130'/>
  335. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->clone_node()' hint='object DomNode->clone_node(void) - Clones a node.' flags='130'/>
  336. <tag menu='D' submenu='DOM XML-->>DomDocumentT - DomNode->d' inserttext='DomNode->dump_node()' hint='string DomNode->dump_node(void) - Dumps a single node.' flags='130'/>
  337. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->first_child()' hint='object DomNode->first_child(void) - Returns first child of node.' flags='130'/>
  338. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->get_content()' hint='string DomNode->get_content(void) - Gets content of node.' flags='130'/>
  339. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->has_attributes()' hint='bool DomNode->has_attributes(void) - Checks if node has attributes.' flags='130'/>
  340. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->has_child_nodes()' hint='bool DomNode->has_child_nodes(void) - Checks if node has children.' flags='130'/>
  341. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->insert_before(|)' hint='object DomNode->insert_before(object newnode, object refnode) - Inserts new node as child.' flags='130'/>
  342. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->is_blank_node()' hint='bool DomNode->is_blank_node(void) - Checks if node is blank.' flags='130'/>
  343. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->last_child()' hint='object DomNode->last_child(void) - Returns last child of node.' flags='130'/>
  344. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->next_sibling()' hint='object DomNode->next_sibling(void) - Returns the next sibling of node.' flags='130'/>
  345. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->node_name()' hint='string DomNode->node_name(void) - Returns name of node.' flags='130'/>
  346. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->node_type()' hint='int DomNode->node_type(void) - Returns type of node.' flags='130'/>
  347. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->node_value()' hint='string DomNode->node_value(void) - Returns value of a node.' flags='130'/>
  348. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->owner_document()' hint='object DomNode->owner_document(void) - Returns the document this node belongs to.' flags='130'/>
  349. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->parent_node()' hint='object DomNode->parent_node(void) - Returns the parent of the node.' flags='130'/>
  350. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->prefix()' hint='string DomNode->prefix(void) - Returns name space prefix of node.' flags='130'/>
  351. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->previous_sibling()' hint='object DomNode->previous_sibling(void) - Returns the previous sibling of node.' flags='130'/>
  352. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->remove_child(|)' hint='object DomNode->remove_child(object oldchild) - Removes child from list of children.' flags='130'/>
  353. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->replace_child(|)' hint='object DomNode->replace_child(object oldnode, object newnode) - Replaces a child.' flags='130'/>
  354. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->replace_node(|)' hint='object DomNode->replace_node(object newnode) - Replaces node.' flags='130'/>
  355. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->set_content()' hint='bool DomNode->set_content(void) - Sets content of node.' flags='130'/>
  356. <tag menu='D' submenu='DOM XML-->>DomNode->f - DomNode->set_name' inserttext='DomNode->set_name()' hint='bool DomNode->set_name(void) - Sets name of node.' flags='130'/>
  357. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomNode->set_namespace(|)' hint='void DomNode->set_namespace(string uri [, string prefix]) - Sets namespace of a node.' flags='130'/>
  358. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomNode->unlink_node()' hint='object DomNode->unlink_node(void) - Deletes node.' flags='130'/>
  359. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomProcessingInstruction->data()' hint='string DomProcessingInstruction->data(void) - Returns data of pi node.' flags='130'/>
  360. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomProcessingInstruction->target()' hint='string DomProcessingInstruction->target(void) - Returns target of pi node.' flags='130'/>
  361. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomXsltStylesheet->process(|)' hint='object DomXsltStylesheet->process(object DomDocument [, array xslt_parameters [, bool param_is_xpath]]) - Applies the XSLT-Transformation on a DomDocument Object.' flags='130'/>
  362. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomXsltStylesheet->result_dump_file(|)' hint='string DomXsltStylesheet->result_dump_file(object DomDocument, string filename) - Dumps the result from a XSLT-Transformation into a file.' flags='130'/>
  363. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='DomXsltStylesheet->result_dump_mem(|)' hint='string DomXsltStylesheet->result_dump_mem(object DomDocument) - Dumps the result from a XSLT-Transformation back into a string.' flags='130'/>
  364. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_new_doc(|)' hint='object domxml_new_doc(string version) - Creates new empty XML document. (PHP 4>=4.2.1)' flags='130'/>
  365. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_open_file(|)' hint='object domxml_open_file(string filename) - Creates a DOM object from XML file. (PHP 4>=4.2.1)' flags='130'/>
  366. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_open_mem(|)' hint='object domxml_open_mem(string str) - Creates a DOM object of an XML document. (PHP 4>=4.2.1)' flags='130'/>
  367. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_version()' hint='string domxml_version(void) - Get XML library version. (PHP 4>=4.1.0)' flags='130'/>
  368. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_xmltree(|)' hint='object domxml_xmltree(string str) - Creates a tree of PHP objects from an XML document. (PHP 4>=4.2.1)' flags='130'/>
  369. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_xslt_stylesheet(|)' hint='object domxml_xslt_stylesheet(string xsl document) - Creates a DomXsltStylesheet Object from an XML document in a string. (PHP 4>=4.2.0)' flags='130'/>
  370. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_xslt_stylesheet_doc(|)' hint='object domxml_xslt_stylesheet_doc(object DocDocument Object) - Creates a DomXsltStylesheet Object from a DomDocument Object. (PHP 4>=4.2.0)' flags='130'/>
  371. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='domxml_xslt_stylesheet_file(|)' hint='object domxml_xslt_stylesheet_file(string xsl file) - Creates a DomXsltStylesheet Object from an XSL document in a file. (PHP 4>=4.2.0)' flags='130'/>
  372. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='xpath_eval(|)' hint='array xpath_eval(object xpath context, string xpath expression [, object contextnode]) - Evaluates the XPath Location Path in the given string. (PHP 4>=4.0.4)' flags='130'/>
  373. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='xpath_eval_expression(|)' hint='array xpath_eval_expression(object xpath_context) - Evaluates the XPath Location Path in the given string. (PHP 4>=4.0.4)' flags='130'/>
  374. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='xpath_new_context(|)' hint='object xpath_new_context(object dom document) - Creates new xpath context. (PHP 4>=4.0.4)' flags='130'/>
  375. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='xptr_eval(|)' hint='int xptr_eval([object xpath_context, string eval_str]) - Evaluate the XPtr Location Path in the given string. (PHP 4>=4.0.4)' flags='130'/>
  376. <tag menu='D' submenu='DOM XML-->>DomNode->set_names - x' inserttext='xptr_new_context(|)' hint='string xptr_new_context([object doc_handle]) - Create new XPath Context. (PHP 4>=4.0.4)' flags='130'/>
  377. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_close(|)' hint='void dba_close(resource handle) - Close database. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  378. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_delete(|)' hint='bool dba_delete(string key, resource handle) - Delete entry specified by key. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  379. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_exists(|)' hint='bool dba_exists(string key, resource handle) - Check whether key exists. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  380. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_fetch(|)' hint='string dba_fetch(string key, resource handle) - Fetch data specified by key. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  381. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_firstkey(|)' hint='string dba_firstkey(resource handle) - Fetch first key. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  382. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_handlers()' hint='array dba_handlers(void) - List handlers available. (PHP 4>=4.3.0)' flags='130'/>
  383. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_insert(|)' hint='bool dba_insert(string key, string value, resource handle) - Insert entry. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  384. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_key_split(|)' hint='mixed dba_key_split(mixed key) - Splits a key in string representation into array representation.' flags='130'/>
  385. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_list()' hint='array dba_list(void) - List all open database files. (PHP 4>=4.3.0)' flags='130'/>
  386. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_nextkey(|)' hint='string dba_nextkey(resource handle) - Fetch next key. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  387. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_open(|)' hint='resource dba_open(string path, string mode, string handler [, ...]) - Open database. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  388. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_optimize(|)' hint='bool dba_optimize(resource handle) - Optimize database. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  389. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_popen(|)' hint='resource dba_popen(string path, string mode, string handler [, ...]) - Open database persistently. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  390. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_replace(|)' hint='bool dba_replace(string key, string value, resource handle) - Replace or insert entry. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  391. <tag menu='D' submenu='Database (dbm-style) abstraction layer' inserttext='dba_sync(|)' hint='bool dba_sync(resource handle) - Synchronize database. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  392. <tag menu='D' submenu='Date and Time' inserttext='checkdate(|)' hint='bool checkdate(int month, int day, int year) - Validate a Gregorian date. (PHP 3, PHP 4)' flags='130'/>
  393. <tag menu='D' submenu='Date and Time' inserttext='date(|)' hint='string date(string format [, int timestamp]) - Format a local time/date. (PHP 3, PHP 4)' flags='130'/>
  394. <tag menu='D' submenu='Date and Time' inserttext='getdate(|)' hint='array getdate([int timestamp]) - Get date/time information. (PHP 3, PHP 4)' flags='130'/>
  395. <tag menu='D' submenu='Date and Time' inserttext='gettimeofday()' hint='array gettimeofday(void) - Get current time. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  396. <tag menu='D' submenu='Date and Time' inserttext='gmdate(|)' hint='string gmdate(string format [, int timestamp]) - Format a GMT/UTC date/time. (PHP 3, PHP 4)' flags='130'/>
  397. <tag menu='D' submenu='Date and Time' inserttext='gmmktime(|)' hint='int gmmktime([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) - Get Unix timestamp for a GMT date. (PHP 3, PHP 4)' flags='130'/>
  398. <tag menu='D' submenu='Date and Time' inserttext='gmstrftime(|)' hint='string gmstrftime(string format [, int timestamp]) - Format a GMT/UTC time/date according to locale settings. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  399. <tag menu='D' submenu='Date and Time' inserttext='localtime(|)' hint='array localtime([int timestamp [, bool is_associative]]) - Get the local time. (PHP 4)' flags='130'/>
  400. <tag menu='D' submenu='Date and Time' inserttext='microtime(|)' hint='mixed microtime([bool get_as_float]) - Return current Unix timestamp with microseconds. (PHP 3, PHP 4)' flags='130'/>
  401. <tag menu='D' submenu='Date and Time' inserttext='mktime(|)' hint='int mktime([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) - Get Unix timestamp for a date. (PHP 3, PHP 4)' flags='130'/>
  402. <tag menu='D' submenu='Date and Time' inserttext='strftime(|)' hint='string strftime(string format [, int timestamp]) - Format a local time/date according to locale settings. (PHP 3, PHP 4)' flags='130'/>
  403. <tag menu='D' submenu='Date and Time' inserttext='strtotime(|)' hint='int strtotime(string time [, int now]) - Parse about any English textual datetime description into a Unix timestamp. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  404. <tag menu='D' submenu='Date and Time' inserttext='time()' hint='int time(void) - Return current Unix timestamp. (PHP 3, PHP 4)' flags='130'/>
  405. <tag menu='D' submenu='Direct IO' inserttext='dio_close(|)' hint='void dio_close(resource fd) - Closes the file descriptor given by fd. (PHP 4>=4.2.0)' flags='130'/>
  406. <tag menu='D' submenu='Direct IO' inserttext='dio_fcntl(|)' hint='mixed dio_fcntl(resource fd, int cmd [, mixed arg]) - Performs a c library fcntl on fd. (PHP 4>=4.2.0)' flags='130'/>
  407. <tag menu='D' submenu='Direct IO' inserttext='dio_open(|)' hint='resource dio_open(string filename, int flags [, int mode]) - Opens a new filename with specified permissions of flags and creation permissions of mode. (PHP 4>=4.2.0)' flags='130'/>
  408. <tag menu='D' submenu='Direct IO' inserttext='dio_read(|)' hint='string dio_read(resource fd [, int n]) - Reads n bytes from fd and returns them, if n is not specified, reads 1k block. (PHP 4>=4.2.0)' flags='130'/>
  409. <tag menu='D' submenu='Direct IO' inserttext='dio_seek(|)' hint='int dio_seek(resource fd, int pos, int whence) - Seeks to pos on fd from whence. (PHP 4>=4.2.0)' flags='130'/>
  410. <tag menu='D' submenu='Direct IO' inserttext='dio_stat(|)' hint='array dio_stat(resource fd) - Gets stat information about the file descriptor fd. (PHP 4>=4.2.0)' flags='130'/>
  411. <tag menu='D' submenu='Direct IO' inserttext='dio_tcsetattr(|)' hint='dio_tcsetattr(resource fd, array options) - Sets terminal attributes and baud rate for a serial port. (PHP 4>=4.3.0)' flags='130'/>
  412. <tag menu='D' submenu='Direct IO' inserttext='dio_truncate(|)' hint='bool dio_truncate(resource fd, int offset) - Truncates file descriptor fd to offset bytes. (PHP 4>=4.2.0)' flags='130'/>
  413. <tag menu='D' submenu='Direct IO' inserttext='dio_write(|)' hint='int dio_write(resource fd, string data [, int len]) - Writes data to fd with optional truncation at length. (PHP 4>=4.2.0)' flags='130'/>
  414. <tag menu='D' submenu='Directory' inserttext='chdir(|)' hint='bool chdir(string directory) - Change directory. (PHP 3, PHP 4)' flags='130'/>
  415. <tag menu='D' submenu='Directory' inserttext='chroot(|)' hint='bool chroot(string directory) - Change the root directory. (PHP 4>=4.0.5)' flags='130'/>
  416. <tag menu='D' submenu='Directory' inserttext='closedir(|)' hint='void closedir(resource dir_handle) - Close directory handle. (PHP 3, PHP 4)' flags='130'/>
  417. <tag menu='D' submenu='Directory' inserttext='getcwd()' hint='string getcwd(void) - Gets the current working directory. (PHP 4)' flags='130'/>
  418. <tag menu='D' submenu='Directory' inserttext='opendir(|)' hint='resource opendir(string path) - Open directory handle. (PHP 3, PHP 4)' flags='130'/>
  419. <tag menu='D' submenu='Directory' inserttext='readdir(|)' hint='string readdir(resource dir_handle) - Read entry from directory handle. (PHP 3, PHP 4)' flags='130'/>
  420. <tag menu='D' submenu='Directory' inserttext='rewinddir(|)' hint='void rewinddir(resource dir_handle) - Rewind directory handle. (PHP 3, PHP 4)' flags='130'/>
  421. <tag menu='D' submenu='Directory' inserttext='scandir(|)' hint='array scandir(string directory [, int sorting_order]) - List files and directories inside the specified path. (PHP 5 CVS only)' flags='130'/>
  422. <tag menu='D' submenu='dBase' inserttext='dbase_add_record(|)' hint='bool dbase_add_record(int dbase_identifier, array record) - Add a record to a dBase database. (PHP 3, PHP 4)' flags='130'/>
  423. <tag menu='D' submenu='dBase' inserttext='dbase_close(|)' hint='bool dbase_close(int dbase_identifier) - Close a dBase database. (PHP 3, PHP 4)' flags='130'/>
  424. <tag menu='D' submenu='dBase' inserttext='dbase_create(|)' hint='int dbase_create(string filename, array fields) - Creates a dBase database. (PHP 3, PHP 4)' flags='130'/>
  425. <tag menu='D' submenu='dBase' inserttext='dbase_delete_record(|)' hint='bool dbase_delete_record(int dbase_identifier, int record) - Deletes a record from a dBase database. (PHP 3, PHP 4)' flags='130'/>
  426. <tag menu='D' submenu='dBase' inserttext='dbase_get_header_info(|)' hint='array dbase_get_header_info(int dbase_identifier) - Get the header info of a dBase database.' flags='130'/>
  427. <tag menu='D' submenu='dBase' inserttext='dbase_get_record(|)' hint='array dbase_get_record(int dbase_identifier, int record) - Gets a record from a dBase database. (PHP 3, PHP 4)' flags='130'/>
  428. <tag menu='D' submenu='dBase' inserttext='dbase_get_record_with_names(|)' hint='array dbase_get_record_with_names(int dbase_identifier, int record) - Gets a record from a dBase database as an associative array. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  429. <tag menu='D' submenu='dBase' inserttext='dbase_numfields(|)' hint='int dbase_numfields(int dbase_identifier) - Find out how many fields are in a dBase database. (PHP 3, PHP 4)' flags='130'/>
  430. <tag menu='D' submenu='dBase' inserttext='dbase_numrecords(|)' hint='int dbase_numrecords(int dbase_identifier) - Find out how many records are in a dBase database. (PHP 3, PHP 4)' flags='130'/>
  431. <tag menu='D' submenu='dBase' inserttext='dbase_open(|)' hint='int dbase_open(string filename, int flags) - Opens a dBase database. (PHP 3, PHP 4)' flags='130'/>
  432. <tag menu='D' submenu='dBase' inserttext='dbase_pack(|)' hint='bool dbase_pack(int dbase_identifier) - Packs a dBase database. (PHP 3, PHP 4)' flags='130'/>
  433. <tag menu='D' submenu='dBase' inserttext='dbase_replace_record(|)' hint='bool dbase_replace_record(int dbase_identifier, array record, int dbase_record_number) - Replace a record in a dBase database. (PHP 3>=3.0.11, PHP 4)' flags='130'/>
  434. <tag menu='D' submenu='dbx' inserttext='dbx_close(|)' hint='bool dbx_close(object link_identifier) - Close an open connection/database. (PHP 4>=4.0.6)' flags='130'/>
  435. <tag menu='D' submenu='dbx' inserttext='dbx_compare(|)' hint='int dbx_compare(array row_a, array row_b, string column_key [, int flags]) - Compare two rows for sorting purposes. (PHP 4>=4.1.0)' flags='130'/>
  436. <tag menu='D' submenu='dbx' inserttext='dbx_connect(|)' hint='object dbx_connect(mixed module, string host, string database, string username, string password [, int persistent]) - Open a connection/database. (PHP 4>=4.0.6)' flags='130'/>
  437. <tag menu='D' submenu='dbx' inserttext='dbx_error(|)' hint='string dbx_error(object link_identifier) - Report the error message of the latest function call in the module (not just in the connection). (PHP 4>=4.0.6)' flags='130'/>
  438. <tag menu='D' submenu='dbx' inserttext='dbx_escape_string(|)' hint='string dbx_escape_string(object link_identifier, string text) - Escape a string so it can safely be used in an sql-statement. (PHP 4>=4.3.0)' flags='130'/>
  439. <tag menu='D' submenu='dbx' inserttext='dbx_fetch_row(|)' hint='object dbx_fetch_row(object result_identifier) - Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set.' flags='130'/>
  440. <tag menu='D' submenu='dbx' inserttext='dbx_query(|)' hint='object dbx_query(object link_identifier, string sql_statement [, int flags]) - Send a query and fetch all results (if any). (PHP 4>=4.0.6)' flags='130'/>
  441. <tag menu='D' submenu='dbx' inserttext='dbx_sort(|)' hint='bool dbx_sort(object result, string user_compare_function) - Sort a result from a dbx_query by a custom sort function. (PHP 4>=4.0.6)' flags='130'/>
  442. <tag menu='E' submenu='Error Handling and Logging' inserttext='debug_backtrace()' hint='array debug_backtrace(void) - Generates a backtrace. (PHP 4>=4.3.0)' flags='130'/>
  443. <tag menu='E' submenu='Error Handling and Logging' inserttext='debug_print_backtrace()' hint='void debug_print_backtrace(void) - Prints a backtrace. (PHP 5 CVS only)' flags='130'/>
  444. <tag menu='E' submenu='Error Handling and Logging' inserttext='error_log(|)' hint='int error_log(string message [, int message_type [, string destination [, string extra_headers]]]) - Send an error message somewhere. (PHP 3, PHP 4)' flags='130'/>
  445. <tag menu='E' submenu='Error Handling and Logging' inserttext='error_reporting(|)' hint='int error_reporting([int level]) - Sets which PHP errors are reported. (PHP 3, PHP 4)' flags='130'/>
  446. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_cancel_monitor(|)' hint='bool fam_cancel_monitor(resource fam, resource fam_monitor) - Terminate monitoring. (PHP 5 CVS only)' flags='130'/>
  447. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_close(|)' hint='void fam_close(resource fam) - Close FAM connection. (PHP 5 CVS only)' flags='130'/>
  448. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_monitor_collection(|)' hint='resource fam_monitor_collection(resource fam, string dirname, int depth, string mask) - Monitor a collection of files in a directory for changes. (PHP 5 CVS only)' flags='130'/>
  449. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_monitor_directory(|)' hint='resource fam_monitor_directory(resource fam, string dirname) - Monitor a directory for changes. (PHP 5 CVS only)' flags='130'/>
  450. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_monitor_file(|)' hint='resource fam_monitor_file(resource fam, string filename) - Monitor a regular file for changes. (PHP 5 CVS only)' flags='130'/>
  451. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_next_event(|)' hint='array fam_next_event(resource fam) - ... (PHP 5 CVS only)' flags='130'/>
  452. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_open(|)' hint='resource fam_open([string appname]) - Open connection to FAM daemon. (PHP 5 CVS only)' flags='130'/>
  453. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_pending(|)' hint='bool fam_pending(resource fam) - Check for pending FAM events. (PHP 5 CVS only)' flags='130'/>
  454. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_resume_monitor(|)' hint='bool fam_resume_monitor(resource fam, resource fam_monitor) - Resume suspended monitoring. (PHP 5 CVS only)' flags='130'/>
  455. <tag menu='E' submenu='Error Handling and Logging' inserttext='fam_suspend_monitor(|)' hint='bool fam_suspend_monitor(resource fam, resource fam_monitor) - Temporarily suspend monitoring. (PHP 5 CVS only)' flags='130'/>
  456. <tag menu='E' submenu='Error Handling and Logging' inserttext='restore_error_handler()' hint='void restore_error_handler(void) - Restores the previous error handler function. (PHP 4>=4.0.1)' flags='130'/>
  457. <tag menu='E' submenu='Error Handling and Logging' inserttext='set_error_handler(|)' hint='string set_error_handler(callback error_handler) - Sets a user-defined error handler function. (PHP 4>=4.0.1)' flags='130'/>
  458. <tag menu='E' submenu='Error Handling and Logging' inserttext='trigger_error(|)' hint='void trigger_error(string error_msg [, int error_type]) - Generates a user-level error/warning/notice message. (PHP 4>=4.0.1)' flags='130'/>
  459. <tag menu='E' submenu='Error Handling and Logging' inserttext='user_error(|)' hint='user_error - Terminate monitoringfam_close -- Close FAM connectionfam_monitor_collection -- Monitor a collection of files in a directory for changesfam_monitor_directory -- Monitor a directory for changesfam_monitor_file -- Monitor a regular file for changesfam_next_event -- ...fam_open -- Open connection to FAM daemonfam_pending -- Check for pending FAM eventsfam_resume_monitor -- Resume suspended monitoringfam_suspend_monitor -- Temporarily suspend monitoring. <B>Table 1. FAM constants</B>' flags='130'/>
  460. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_alloc(|)' hint='bool ftp_alloc(resource ftp_stream, int filesize [, string &result]) - Allocates space for a file to be uploaded.' flags='130'/>
  461. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_cdup(|)' hint='bool ftp_cdup(resource ftp_stream) - Changes to the parent directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  462. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_chdir(|)' hint='bool ftp_chdir(resource ftp_stream, string directory) - Changes directories on a FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  463. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_chmod(|)' hint='string ftp_chmod(resource ftp_stream, int mode, string filename) - Set permissions on a file via FTP. (PHP 5 CVS only)' flags='130'/>
  464. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_close(|)' hint='void ftp_close(resource ftp_stream) - Closes an FTP connection. (PHP 4>=4.2.0)' flags='130'/>
  465. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_connect(|)' hint='resource ftp_connect(string host [, int port [, int timeout]]) - Opens an FTP connection. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  466. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_delete(|)' hint='bool ftp_delete(resource ftp_stream, string path) - Deletes a file on the FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  467. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_exec(|)' hint='bool ftp_exec(resource ftp_stream, string command) - Requests execution of a program on the FTP server. (PHP 4>=4.0.3)' flags='130'/>
  468. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_fget(|)' hint='bool ftp_fget(resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) - Downloads a file from the FTP server and saves to an open file. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  469. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_fput(|)' hint='bool ftp_fput(resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) - Uploads from an open file to the FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  470. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_get(|)' hint='bool ftp_get(resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) - Downloads a file from the FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  471. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_get_option(|)' hint='mixed ftp_get_option(resource ftp_stream, int option) - Retrieves various runtime behaviours of the current FTP stream. (PHP 4>=4.2.0)' flags='130'/>
  472. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_login(|)' hint='bool ftp_login(resource ftp_stream, string username, string password) - Logs in to an FTP connection. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  473. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_mdtm(|)' hint='int ftp_mdtm(resource ftp_stream, string remote_file) - Returns the last modified time of the given file. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  474. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_mkdir(|)' hint='string ftp_mkdir(resource ftp_stream, string directory) - Creates a directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  475. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_nb_continue(|)' hint='int ftp_nb_continue(resource ftp_stream) - Continues retrieving/sending a file (non-blocking). (PHP 4>=4.3.0)' flags='130'/>
  476. <tag menu='F' submenu='FTP-->>f - ftp_nb_fg' inserttext='ftp_nb_fget(|)' hint='int ftp_nb_fget(resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) - Retrieves a file from the FTP server and writes it to an open file (non-blocking). (PHP 4>=4.3.0)' flags='130'/>
  477. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_nb_fput(|)' hint='int ftp_nb_fput(resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) - Stores a file from an open file to the FTP server (non-blocking). (PHP 4>=4.3.0)' flags='130'/>
  478. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_nb_get(|)' hint='int ftp_nb_get(resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) - Retrieves a file from the FTP server and writes it to a local file (non-blocking). (PHP 4>=4.3.0)' flags='130'/>
  479. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_nb_put(|)' hint='int ftp_nb_put(resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) - Stores a file on the FTP server (non-blocking). (PHP 4>=4.3.0)' flags='130'/>
  480. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_nlist(|)' hint='array ftp_nlist(resource ftp_stream, string directory) - Returns a list of files in the given directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  481. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_pasv(|)' hint='bool ftp_pasv(resource ftp_stream, bool pasv) - Turns passive mode on or off. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  482. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_put(|)' hint='bool ftp_put(resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) - Uploads a file to the FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  483. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_pwd(|)' hint='string ftp_pwd(resource ftp_stream) - Returns the current directory name. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  484. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_quit(|)' hint='ftp_quit - Alias of ftp_close().' flags='130'/>
  485. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_raw(|)' hint='array ftp_raw(resource ftp_stream, string command) - Sends an arbitrary command to an FTP server. (PHP 5 CVS only)' flags='130'/>
  486. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_rawlist(|)' hint='array ftp_rawlist(resource ftp_stream, string directory) - Returns a detailed list of files in the given directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  487. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_rename(|)' hint='bool ftp_rename(resource ftp_stream, string from, string to) - Renames a file on the FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  488. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_rmdir(|)' hint='bool ftp_rmdir(resource ftp_stream, string directory) - Removes a directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  489. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_set_option(|)' hint='bool ftp_set_option(resource ftp_stream, int option, mixed value) - Set miscellaneous runtime FTP options. (PHP 4>=4.2.0)' flags='130'/>
  490. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_site(|)' hint='bool ftp_site(resource ftp_stream, string cmd) - Sends a SITE command to the server. (PHP 3>=3.0.15, PHP 4)' flags='130'/>
  491. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_size(|)' hint='int ftp_size(resource ftp_stream, string remote_file) - Returns the size of the given file. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  492. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_ssl_connect(|)' hint='resource ftp_ssl_connect(string host [, int port [, int timeout]]) - Opens an Secure SSL-FTP connection. (PHP 4>=4.3.0)' flags='130'/>
  493. <tag menu='F' submenu='FTP-->>ftp_nb_fp - f' inserttext='ftp_systype(|)' hint='string ftp_systype(resource ftp_stream) - Returns the system type identifier of the remote FTP server. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  494. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='basename(|)' hint='string basename(string path [, string suffix]) - Returns filename component of path. (PHP 3, PHP 4)' flags='130'/>
  495. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='chgrp(|)' hint='bool chgrp(string filename, mixed group) - Changes file group. (PHP 3, PHP 4)' flags='130'/>
  496. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='chmod(|)' hint='bool chmod(string filename, int mode) - Changes file mode. (PHP 3, PHP 4)' flags='130'/>
  497. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='chown(|)' hint='bool chown(string filename, mixed user) - Changes file owner. (PHP 3, PHP 4)' flags='130'/>
  498. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='clearstatcache()' hint='void clearstatcache(void) - Clears file status cache. (PHP 3, PHP 4)' flags='130'/>
  499. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='copy(|)' hint='bool copy(string source, string dest) - Copies file. (PHP 3, PHP 4)' flags='130'/>
  500. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='delete(|)' hint='void delete(string file) - See unlink() or unset().' flags='130'/>
  501. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='dirname(|)' hint='string dirname(string path) - Returns directory name component of path. (PHP 3, PHP 4)' flags='130'/>
  502. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='disk_free_space(|)' hint='float disk_free_space(string directory) - Returns available space in directory. (PHP 4>=4.1.0)' flags='130'/>
  503. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='disk_total_space(|)' hint='float disk_total_space(string directory) - Returns the total size of a directory. (PHP 4>=4.1.0)' flags='130'/>
  504. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='diskfreespace(|)' hint='diskfreespace - Alias of disk_free_space().' flags='130'/>
  505. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fclose(|)' hint='bool fclose(resource handle) - Closes an open file pointer. (PHP 3, PHP 4)' flags='130'/>
  506. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='feof(|)' hint='bool feof(resource handle) - Tests for end-of-file on a file pointer. (PHP 3, PHP 4)' flags='130'/>
  507. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fflush(|)' hint='bool fflush(resource handle) - Flushes the output to a file. (PHP 4>=4.0.1)' flags='130'/>
  508. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fgetc(|)' hint='string fgetc(resource handle) - Gets character from file pointer. (PHP 3, PHP 4)' flags='130'/>
  509. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fgetcsv(|)' hint='array fgetcsv(resource handle, int length [, string delimiter [, string enclosure]]) - Gets line from file pointer and parse for CSV fields. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  510. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fgets(|)' hint='string fgets(resource handle [, int length]) - Gets line from file pointer. (PHP 3, PHP 4)' flags='130'/>
  511. <tag menu='F' submenu='Filesystem-->>b - fg' inserttext='fgetss(|)' hint='string fgetss(resource handle, int length [, string allowable_tags]) - Gets line from file pointer and strip HTML tags. (PHP 3, PHP 4)' flags='130'/>
  512. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='file(|)' hint='array file(string filename [, int use_include_path [, resource context]]) - Reads entire file into an array. (PHP 3, PHP 4)' flags='130'/>
  513. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='file_exists(|)' hint='bool file_exists(string filename) - Checks whether a file or directory exists. (PHP 3, PHP 4)' flags='130'/>
  514. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='file_get_contents(|)' hint='string file_get_contents(string filename [, bool use_include_path [, resource context]]) - Reads entire file into a string. (PHP 4>=4.3.0)' flags='130'/>
  515. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='file_put_contents(|)' hint='int file_put_contents(string filename, string data [, int flags [, resource context]]) - Write a string to a file. (PHP 5 CVS only)' flags='130'/>
  516. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fileatime(|)' hint='int fileatime(string filename) - Gets last access time of file. (PHP 3, PHP 4)' flags='130'/>
  517. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='filectime(|)' hint='int filectime(string filename) - Gets inode change time of file. (PHP 3, PHP 4)' flags='130'/>
  518. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='filegroup(|)' hint='int filegroup(string filename) - Gets file group. (PHP 3, PHP 4)' flags='130'/>
  519. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fileinode(|)' hint='int fileinode(string filename) - Gets file inode. (PHP 3, PHP 4)' flags='130'/>
  520. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='filemtime(|)' hint='int filemtime(string filename) - Gets file modification time. (PHP 3, PHP 4)' flags='130'/>
  521. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fileowner(|)' hint='int fileowner(string filename) - Gets file owner. (PHP 3, PHP 4)' flags='130'/>
  522. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fileperms(|)' hint='int fileperms(string filename) - Gets file permissions. (PHP 3, PHP 4)' flags='130'/>
  523. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='filesize(|)' hint='int filesize(string filename) - Gets file size. (PHP 3, PHP 4)' flags='130'/>
  524. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='filetype(|)' hint='string filetype(string filename) - Gets file type. (PHP 3, PHP 4)' flags='130'/>
  525. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='flock(|)' hint='bool flock(resource handle, int operation [, int &wouldblock]) - Portable advisory file locking. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  526. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fnmatch(|)' hint='array fnmatch(string pattern, string string [, int flags]) - Match filename against a  pattern. (PHP 4>=4.3.0)' flags='130'/>
  527. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fopen(|)' hint='resource fopen(string filename, string mode [, int use_include_path [, resource zcontext]]) - Opens file or URL. (PHP 3, PHP 4)' flags='130'/>
  528. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fpassthru(|)' hint='int fpassthru(resource handle) - Output all remaining data on a file pointer. (PHP 3, PHP 4)' flags='130'/>
  529. <tag menu='F' submenu='Filesystem-->>fi - fp' inserttext='fputs(|)' hint='fputs - Alias of fwrite().' flags='130'/>
  530. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='fread(|)' hint='string fread(resource handle, int length) - Binary-safe file read. (PHP 3, PHP 4)' flags='130'/>
  531. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='fscanf(|)' hint='mixed fscanf(resource handle, string format [, string var1]) - Parses input from a file according to a format. (PHP 4>=4.0.1)' flags='130'/>
  532. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='fseek(|)' hint='int fseek(resource handle, int offset [, int whence]) - Seeks on a file pointer. (PHP 3, PHP 4)' flags='130'/>
  533. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='fstat(|)' hint='array fstat(resource handle) - Gets information about a file using an open file pointer. (PHP 4)' flags='130'/>
  534. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='ftell(|)' hint='int ftell(resource handle) - Tells file pointer read/write position. (PHP 3, PHP 4)' flags='130'/>
  535. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='ftruncate(|)' hint='bool ftruncate(resource handle, int size) - Truncates a file to a given length. (PHP 4)' flags='130'/>
  536. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='fwrite(|)' hint='int fwrite(resource handle, string string [, int length]) - Binary-safe file write. (PHP 3, PHP 4)' flags='130'/>
  537. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='glob(|)' hint='array glob(string pattern [, int flags]) - Find pathnames matching a pattern. (PHP 4>=4.3.0)' flags='130'/>
  538. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_dir(|)' hint='bool is_dir(string filename) - Tells whether the filename is a directory. (PHP 3, PHP 4)' flags='130'/>
  539. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_executable(|)' hint='bool is_executable(string filename) - Tells whether the filename is executable. (PHP 3, PHP 4)' flags='130'/>
  540. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_file(|)' hint='bool is_file(string filename) - Tells whether the filename is a regular file. (PHP 3, PHP 4)' flags='130'/>
  541. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_link(|)' hint='bool is_link(string filename) - Tells whether the filename is a symbolic link. (PHP 3, PHP 4)' flags='130'/>
  542. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_readable(|)' hint='bool is_readable(string filename) - Tells whether the filename is readable. (PHP 3, PHP 4)' flags='130'/>
  543. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_uploaded_file(|)' hint='bool is_uploaded_file(string filename) - Tells whether the file was uploaded via HTTP POST. (PHP 3>=3.0.17, PHP 4>=4.0.3)' flags='130'/>
  544. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_writable(|)' hint='bool is_writable(string filename) - Tells whether the filename is writable. (PHP 4)' flags='130'/>
  545. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='is_writeable(|)' hint='is_writeable - Alias of is_writable().' flags='130'/>
  546. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='link(|)' hint='bool link(string target, string link) - Create a hard link. (PHP 3, PHP 4)' flags='130'/>
  547. <tag menu='F' submenu='Filesystem-->>fr - li' inserttext='linkinfo(|)' hint='int linkinfo(string path) - Gets information about a link. (PHP 3, PHP 4)' flags='130'/>
  548. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='lstat(|)' hint='array lstat(string filename) - Gives information about a file or symbolic link. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  549. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='mkdir(|)' hint='bool mkdir(string pathname [, int mode [, resource context]]) - Makes directory. (PHP 3, PHP 4)' flags='130'/>
  550. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='move_uploaded_file(|)' hint='bool move_uploaded_file(string filename, string destination) - Moves an uploaded file to a new location. (PHP 4>=4.0.3)' flags='130'/>
  551. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='parse_ini_file(|)' hint='array parse_ini_file(string filename [, bool process_sections]) - Parse a configuration file. (PHP 4)' flags='130'/>
  552. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='pathinfo(|)' hint='array pathinfo(string path) - Returns information about a file path. (PHP 4>=4.0.3)' flags='130'/>
  553. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='pclose(|)' hint='int pclose(resource handle) - Closes process file pointer. (PHP 3, PHP 4)' flags='130'/>
  554. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='popen(|)' hint='resource popen(string command, string mode) - Opens process file pointer. (PHP 3, PHP 4)' flags='130'/>
  555. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='readfile(|)' hint='int readfile(string filename [, bool use_include_path [, resource context]]) - Outputs a file. (PHP 3, PHP 4)' flags='130'/>
  556. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='readlink(|)' hint='string readlink(string path) - Returns the target of a symbolic link. (PHP 3, PHP 4)' flags='130'/>
  557. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='realpath(|)' hint='string realpath(string path) - Returns canonicalized absolute pathname. (PHP 4)' flags='130'/>
  558. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='rename(|)' hint='bool rename(string oldname, string newname [, resource context]) - Renames a file. (PHP 3, PHP 4)' flags='130'/>
  559. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='rewind(|)' hint='bool rewind(resource handle) - Rewind the position of a file pointer. (PHP 3, PHP 4)' flags='130'/>
  560. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='rmdir(|)' hint='bool rmdir(string dirname [, resource context]) - Removes directory. (PHP 3, PHP 4)' flags='130'/>
  561. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='set_file_buffer(|)' hint='set_file_buffer - Alias of stream_set_write_buffer().' flags='130'/>
  562. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='stat(|)' hint='array stat(string filename) - Gives information about a file. (PHP 3, PHP 4)' flags='130'/>
  563. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='symlink(|)' hint='bool symlink(string target, string link) - Creates a symbolic link. (PHP 3, PHP 4)' flags='130'/>
  564. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='tempnam(|)' hint='string tempnam(string dir, string prefix) - Create file with unique file name. (PHP 3, PHP 4)' flags='130'/>
  565. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='tmpfile()' hint='resource tmpfile(void) - Creates a temporary file. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  566. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='touch(|)' hint='bool touch(string filename [, int time [, int atime]]) - Sets access and modification time of file. (PHP 3, PHP 4)' flags='130'/>
  567. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='umask(|)' hint='int umask([int mask]) - Changes the current umask. (PHP 3, PHP 4)' flags='130'/>
  568. <tag menu='F' submenu='Filesystem-->>ls - u' inserttext='unlink(|)' hint='bool unlink(string filename [, resource context]) - Deletes a file. (PHP 3, PHP 4)' flags='130'/>
  569. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_add_doc_javascript(|)' hint='bool fdf_add_doc_javascript(resource fdfdoc, string script_name, string script_code) - Adds javascript code to the FDF document. (PHP 4>=4.3.0)' flags='130'/>
  570. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_add_template(|)' hint='bool fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename) - Adds a template into the FDF document. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  571. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_close(|)' hint='bool fdf_close(resource fdf_document) - Close an FDF document. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  572. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_create()' hint='resource fdf_create(void) - Create a new FDF document. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  573. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_enum_values(|)' hint='bool fdf_enum_values(resource fdfdoc, callback function [, mixed userdata]) - Call a user defined function for each document value. (PHP 4>=4.3.0)' flags='130'/>
  574. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_errno()' hint='int fdf_errno(void) - Return error code for last fdf operation. (PHP 4>=4.3.0)' flags='130'/>
  575. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_error(|)' hint='string fdf_error([int error_code]) - Return error description for fdf error code. (PHP 4>=4.3.0)' flags='130'/>
  576. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_ap(|)' hint='bool fdf_get_ap(resource fdf_document, string field, int face, string filename) - Get the appearance of a field. (PHP 4>=4.3.0)' flags='130'/>
  577. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_attachment(|)' hint='array fdf_get_attachment(resource fdf_document, string fieldname, string savepath) - Extracts uploaded file embedded in the FDF. (PHP 4>=4.3.0)' flags='130'/>
  578. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_encoding(|)' hint='string fdf_get_encoding(resource fdf_document) - Get the value of the /Encoding key. (PHP 4>=4.3.0)' flags='130'/>
  579. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_file(|)' hint='string fdf_get_file(resource fdf_document) - Get the value of the /F key. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  580. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_flags()' hint='fdf_get_flags(void) - Gets the flags of a field. (PHP 4>=4.3.0)' flags='130'/>
  581. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_opt(|)' hint='mixed fdf_get_opt(resource fdfdof, string fieldname [, int element]) - Gets a value from the opt array of a field. (PHP 4>=4.3.0)' flags='130'/>
  582. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_status(|)' hint='string fdf_get_status(resource fdf_document) - Get the value of the /STATUS key. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  583. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_value(|)' hint='string fdf_get_value(resource fdf_document, string fieldname [, int which]) - Get the value of a field. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  584. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_get_version(|)' hint='string fdf_get_version([resource fdf_document]) - Gets version number for FDF API or file. (PHP 4>=4.3.0)' flags='130'/>
  585. <tag menu='F' submenu='Forms Data Format-->>f - fdf_h' inserttext='fdf_header()' hint='bool fdf_header(void) - Sets FDF-specific output headers. (PHP 4>=4.3.0)' flags='130'/>
  586. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_next_field_name(|)' hint='string fdf_next_field_name(resource fdf_document [, string fieldname]) - Get the next field name. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  587. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_open(|)' hint='resource fdf_open(string filename) - Open a FDF document. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  588. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_open_string(|)' hint='resource fdf_open_string(string fdf_data) - Read a FDF document from a string. (PHP 4>=4.3.0)' flags='130'/>
  589. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_remove_item(|)' hint='bool fdf_remove_item(resource fdfdoc, string fieldname, int item) - Sets target frame for form. (PHP 4>=4.3.0)' flags='130'/>
  590. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_save(|)' hint='bool fdf_save(resource fdf_document [, string filename]) - Save a FDF document. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  591. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_save_string(|)' hint='string fdf_save_string(resource fdf_document) - Returns the FDF document as a string. (PHP 4>=4.3.0)' flags='130'/>
  592. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_ap(|)' hint='bool fdf_set_ap(resource fdf_document, string field_name, int face, string filename, int page_number) - Set the appearance of a field. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  593. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_encoding(|)' hint='bool fdf_set_encoding(resource fdf_document, string encoding) - Sets FDF character encoding. (PHP 4>=4.1.0)' flags='130'/>
  594. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_file(|)' hint='bool fdf_set_file(resource fdf_document, string url [, string target_frame]) - Set PDF document to display FDF data in. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  595. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_flags(|)' hint='bool fdf_set_flags(resource fdf_document, string fieldname, int whichFlags, int newFlags) - Sets a flag of a field. (PHP 4>=4.0.2)' flags='130'/>
  596. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_javascript_action(|)' hint='bool fdf_set_javascript_action(resource fdf_document, string fieldname, int trigger, string script) - Sets an javascript action of a field. (PHP 4>=4.0.2)' flags='130'/>
  597. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_opt(|)' hint='bool fdf_set_opt(resource fdf_document, string fieldname, int element, string str1, string str2) - Sets an option of a field. (PHP 4>=4.0.2)' flags='130'/>
  598. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_status(|)' hint='bool fdf_set_status(resource fdf_document, string status) - Set the value of the /STATUS key. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  599. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_submit_form_action(|)' hint='bool fdf_set_submit_form_action(resource fdf_document, string fieldname, int trigger, string script, int flags) - Sets a submit form action of a field. (PHP 4>=4.0.2)' flags='130'/>
  600. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_target_frame(|)' hint='bool fdf_set_target_frame(resource fdf_document, string frame_name) - Set target frame for form display. (PHP 4>=4.3.0)' flags='130'/>
  601. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_value(|)' hint='bool fdf_set_value(resource fdf_document, string fieldname, mixed value [, int isName]) - Set the value of a field. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  602. <tag menu='F' submenu='Forms Data Format-->>fdf_n - f' inserttext='fdf_set_version(|)' hint='string fdf_set_version(resource fdf_document, string version) - Sets version number for a FDF file. (PHP 4>=4.3.0)' flags='130'/>
  603. <tag menu='F' submenu='FriBiDi' inserttext='fribidi_log2vis(|)' hint='string fribidi_log2vis(string str, string direction, int charset) - Convert a logical string to a visual one. (4.0.4-4.3.2 only)' flags='130'/>
  604. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_affected_rows(|)' hint='int fbsql_affected_rows([resource link_identifier]) - Get number of affected rows in previous FrontBase operation. (PHP 4>=4.0.6)' flags='130'/>
  605. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_autocommit(|)' hint='bool fbsql_autocommit(resource link_identifier [, bool OnOff]) - Enable or disable autocommit. (PHP 4>=4.0.6)' flags='130'/>
  606. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_change_user(|)' hint='resource fbsql_change_user(string user, string password [, string database [, resource link_identifier]]) - Change logged in user of the active connection.' flags='130'/>
  607. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_close(|)' hint='bool fbsql_close([resource link_identifier]) - Close FrontBase connection. (PHP 4>=4.0.6)' flags='130'/>
  608. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_commit(|)' hint='bool fbsql_commit([resource link_identifier]) - Commits a transaction to the database. (PHP 4>=4.0.6)' flags='130'/>
  609. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_connect(|)' hint='resource fbsql_connect([string hostname [, string username [, string password]]]) - Open a connection to a FrontBase Server. (PHP 4>=4.0.6)' flags='130'/>
  610. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_create_blob(|)' hint='string fbsql_create_blob(string blob_data [, resource link_identifier]) - Create a BLOB. (PHP 4>=4.2.0)' flags='130'/>
  611. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_create_clob(|)' hint='string fbsql_create_clob(string clob_data [, resource link_identifier]) - Create a CLOB. (PHP 4>=4.2.0)' flags='130'/>
  612. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_create_db(|)' hint='bool fbsql_create_db(string database_name [, resource link_identifier]) - Create a FrontBase database. (PHP 4>=4.0.6)' flags='130'/>
  613. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_data_seek(|)' hint='bool fbsql_data_seek(resource result_identifier, int row_number) - Move internal result pointer. (PHP 4>=4.0.6)' flags='130'/>
  614. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_database(|)' hint='string fbsql_database(resource link_identifier [, string database]) - Get or set the database name used with a connection. (PHP 4>=4.0.6)' flags='130'/>
  615. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_database_password(|)' hint='string fbsql_database_password(resource link_identifier [, string database_password]) - Sets or retrieves the password for a FrontBase database. (PHP 4>=4.0.6)' flags='130'/>
  616. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_db_query(|)' hint='resource fbsql_db_query(string database, string query [, resource link_identifier]) - Send a FrontBase query. (PHP 4>=4.0.6)' flags='130'/>
  617. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_db_status(|)' hint='int fbsql_db_status(string database_name [, resource link_identifier]) - Get the status for a given database. (PHP 4>=4.1.0)' flags='130'/>
  618. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_drop_db(|)' hint='bool fbsql_drop_db(string database_name [, resource link_identifier]) - Drop (delete) a FrontBase database. (PHP 4>=4.0.6)' flags='130'/>
  619. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_errno(|)' hint='int fbsql_errno([resource link_identifier]) - Returns the numerical value of the error message from previous FrontBase operation. (PHP 4>=4.0.6)' flags='130'/>
  620. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_error(|)' hint='string fbsql_error([resource link_identifier]) - Returns the text of the error message from previous FrontBase operation. (PHP 4>=4.0.6)' flags='130'/>
  621. <tag menu='F' submenu='FrontBase-->>f - fbsql_fetch_ar' inserttext='fbsql_fetch_array(|)' hint='array fbsql_fetch_array(resource result [, int result_type]) - Fetch a result row as an associative array, a numeric array, or both. (PHP 4>=4.0.6)' flags='130'/>
  622. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_fetch_assoc(|)' hint='array fbsql_fetch_assoc(resource result) - Fetch a result row as an associative array. (PHP 4>=4.0.6)' flags='130'/>
  623. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_fetch_field(|)' hint='object fbsql_fetch_field(resource result [, int field_offset]) - Get column information from a result and return as an object. (PHP 4>=4.0.6)' flags='130'/>
  624. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_fetch_lengths(|)' hint='array fbsql_fetch_lengths([resource result]) - Get the length of each output in a result. (PHP 4>=4.0.6)' flags='130'/>
  625. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_fetch_object(|)' hint='object fbsql_fetch_object(resource result [, int result_type]) - Fetch a result row as an object. (PHP 4>=4.0.6)' flags='130'/>
  626. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_fetch_row(|)' hint='array fbsql_fetch_row(resource result) - Get a result row as an enumerated array. (PHP 4>=4.0.6)' flags='130'/>
  627. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_flags(|)' hint='string fbsql_field_flags(resource result, int field_offset) - Get the flags associated with the specified field in a result. (PHP 4>=4.0.6)' flags='130'/>
  628. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_len(|)' hint='int fbsql_field_len(resource result, int field_offset) - Returns the length of the specified field. (PHP 4>=4.0.6)' flags='130'/>
  629. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_name(|)' hint='string fbsql_field_name(resource result, int field_index) - Get the name of the specified field in a result. (PHP 4>=4.0.6)' flags='130'/>
  630. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_seek(|)' hint='bool fbsql_field_seek(resource result, int field_offset) - Set result pointer to a specified field offset. (PHP 4>=4.0.6)' flags='130'/>
  631. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_table(|)' hint='string fbsql_field_table(resource result, int field_offset) - Get name of the table the specified field is in. (PHP 4>=4.0.6)' flags='130'/>
  632. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_field_type(|)' hint='string fbsql_field_type(resource result, int field_offset) - Get the type of the specified field in a result. (PHP 4>=4.0.6)' flags='130'/>
  633. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_free_result(|)' hint='bool fbsql_free_result(resource result) - Free result memory. (PHP 4>=4.0.6)' flags='130'/>
  634. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_get_autostart_info(|)' hint='array fbsql_get_autostart_info([resource link_identifier]) - No description given yet. (PHP 4>=4.1.0)' flags='130'/>
  635. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_hostname(|)' hint='string fbsql_hostname(resource link_identifier [, string host_name]) - Get or set the host name used with a connection. (PHP 4>=4.0.6)' flags='130'/>
  636. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_insert_id(|)' hint='int fbsql_insert_id([resource link_identifier]) - Get the id generated from the previous INSERT operation. (PHP 4>=4.0.6)' flags='130'/>
  637. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_list_dbs(|)' hint='resource fbsql_list_dbs([resource link_identifier]) - List databases available on a FrontBase server. (PHP 4>=4.0.6)' flags='130'/>
  638. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_list_fields(|)' hint='resource fbsql_list_fields(string database_name, string table_name [, resource link_identifier]) - List FrontBase result fields. (PHP 4>=4.0.6)' flags='130'/>
  639. <tag menu='F' submenu='FrontBase-->>fbsql_fetch_as - fbsql_l' inserttext='fbsql_list_tables(|)' hint='resource fbsql_list_tables(string database [, resource link_identifier]) - List tables in a FrontBase database. (PHP 4>=4.0.6)' flags='130'/>
  640. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_next_result(|)' hint='bool fbsql_next_result(resource result_id) - Move the internal result pointer to the next result. (PHP 4>=4.0.6)' flags='130'/>
  641. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_num_fields(|)' hint='int fbsql_num_fields(resource result) - Get number of fields in result. (PHP 4>=4.0.6)' flags='130'/>
  642. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_num_rows(|)' hint='int fbsql_num_rows(resource result) - Get number of rows in result. (PHP 4>=4.0.6)' flags='130'/>
  643. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_password(|)' hint='string fbsql_password(resource link_identifier [, string password]) - Get or set the user password used with a connection. (PHP 4>=4.0.6)' flags='130'/>
  644. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_pconnect(|)' hint='resource fbsql_pconnect([string hostname [, string username [, string password]]]) - Open a persistent connection to a FrontBase Server. (PHP 4>=4.0.6)' flags='130'/>
  645. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_query(|)' hint='resource fbsql_query(string query [, resource link_identifier]) - Send a FrontBase query. (PHP 4>=4.0.6)' flags='130'/>
  646. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_read_blob(|)' hint='string fbsql_read_blob(string blob_handle [, resource link_identifier]) - Read a BLOB from the database. (PHP 4>=4.2.0)' flags='130'/>
  647. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_read_clob(|)' hint='string fbsql_read_clob(string clob_handle [, resource link_identifier]) - Read a CLOB from the database. (PHP 4>=4.2.0)' flags='130'/>
  648. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_result(|)' hint='mixed fbsql_result(resource result, int row [, mixed field]) - Get result data. (PHP 4>=4.0.6)' flags='130'/>
  649. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_rollback(|)' hint='bool fbsql_rollback([resource link_identifier]) - Rollback a transaction to the database. (PHP 4>=4.0.6)' flags='130'/>
  650. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_select_db(|)' hint='bool fbsql_select_db(string database_name [, resource link_identifier]) - Select a FrontBase database. (PHP 4>=4.0.6)' flags='130'/>
  651. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_set_lob_mode(|)' hint='bool fbsql_set_lob_mode(resource result, string database_name) - Set the LOB retrieve mode for a FrontBase result set. (PHP 4>=4.2.0)' flags='130'/>
  652. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_set_transaction(|)' hint='void fbsql_set_transaction(resource link_identifier, int Locking, int Isolation) - Set the transaction locking and isolation. (PHP 4>=4.2.0)' flags='130'/>
  653. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_start_db(|)' hint='bool fbsql_start_db(string database_name [, resource link_identifier]) - Start a database on local or remote server. (PHP 4>=4.0.6)' flags='130'/>
  654. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_stop_db(|)' hint='bool fbsql_stop_db(string database_name [, resource link_identifier]) - Stop a database on local or remote server. (PHP 4>=4.0.6)' flags='130'/>
  655. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_tablename(|)' hint='string fbsql_tablename(resource result, int i) - Get table name of field. (PHP 4>=4.2.0)' flags='130'/>
  656. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_username(|)' hint='string fbsql_username(resource link_identifier [, string username]) - Get or set the host user used with a connection. (PHP 4>=4.0.6)' flags='130'/>
  657. <tag menu='F' submenu='FrontBase-->>fbsql_n - f' inserttext='fbsql_warnings(|)' hint='bool fbsql_warnings([bool OnOff]) - Enable or disable FrontBase warnings. (PHP 4>=4.0.6)' flags='130'/>
  658. <tag menu='F' submenu='Function Handling' inserttext='call_user_func(|)' hint='mixed call_user_func(callback function [, mixed parameter [, mixed ...]]) - Call a user function given by the first parameter. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  659. <tag menu='F' submenu='Function Handling' inserttext='call_user_func_array(|)' hint='mixed call_user_func_array(callback function [, array param_arr]) - Call a user function given with an array of parameters. (PHP 4>=4.0.4)' flags='130'/>
  660. <tag menu='F' submenu='Function Handling' inserttext='create_function(|)' hint='string create_function(string args, string code) - Create an anonymous (lambda-style) function. (PHP 4>=4.0.1)' flags='130'/>
  661. <tag menu='F' submenu='Function Handling' inserttext='func_get_arg(|)' hint='mixed func_get_arg(int arg_num) - Return an item from the argument list. (PHP 4)' flags='130'/>
  662. <tag menu='F' submenu='Function Handling' inserttext='func_get_args()' hint="array func_get_args(void) - Returns an array comprising a function's argument list. (PHP 4)" flags='130'/>
  663. <tag menu='F' submenu='Function Handling' inserttext='func_num_args()' hint='int func_num_args(void) - Returns the number of arguments passed to the function. (PHP 4)' flags='130'/>
  664. <tag menu='F' submenu='Function Handling' inserttext='function_exists(|)' hint='bool function_exists(string function_name) - Return TRUE if the given function has been defined. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  665. <tag menu='F' submenu='Function Handling' inserttext='get_defined_functions()' hint='array get_defined_functions(void) - Returns an array of all defined functions. (PHP 4>=4.0.4)' flags='130'/>
  666. <tag menu='F' submenu='Function Handling' inserttext='register_shutdown_function(|)' hint='void register_shutdown_function(callback function) - Register a function for execution on shutdown. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  667. <tag menu='F' submenu='Function Handling' inserttext='register_tick_function(|)' hint='void register_tick_function(callback function [, mixed arg]) - Register a function for execution on each tick. (PHP 4>=4.0.3)' flags='130'/>
  668. <tag menu='F' submenu='Function Handling' inserttext='unregister_tick_function(|)' hint='void unregister_tick_function(string function_name) - De-register a function for execution on each tick. (PHP 4>=4.0.3)' flags='130'/>
  669. <tag menu='F' submenu='filePro' inserttext='filepro(|)' hint='bool filepro(string directory) - Read and verify the map file. (PHP 3, PHP 4)' flags='130'/>
  670. <tag menu='F' submenu='filePro' inserttext='filepro_fieldcount()' hint='int filepro_fieldcount(void) - Find out how many fields are in a filePro database. (PHP 3, PHP 4)' flags='130'/>
  671. <tag menu='F' submenu='filePro' inserttext='filepro_fieldname(|)' hint='string filepro_fieldname(int field_number) - Gets the name of a field. (PHP 3, PHP 4)' flags='130'/>
  672. <tag menu='F' submenu='filePro' inserttext='filepro_fieldtype(|)' hint='string filepro_fieldtype(int field_number) - Gets the type of a field. (PHP 3, PHP 4)' flags='130'/>
  673. <tag menu='F' submenu='filePro' inserttext='filepro_fieldwidth(|)' hint='int filepro_fieldwidth(int field_number) - Gets the width of a field. (PHP 3, PHP 4)' flags='130'/>
  674. <tag menu='F' submenu='filePro' inserttext='filepro_retrieve(|)' hint='string filepro_retrieve(int row_number, int field_number) - Retrieves data from a filePro database. (PHP 3, PHP 4)' flags='130'/>
  675. <tag menu='F' submenu='filePro' inserttext='filepro_rowcount()' hint='int filepro_rowcount(void) - Find out how many rows are in a filePro database. (PHP 3, PHP 4)' flags='130'/>
  676. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_abs(|)' hint='resource gmp_abs(resource a) - Absolute value. (PHP 4>=4.0.4)' flags='130'/>
  677. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_add(|)' hint='resource gmp_add(resource a, resource b) - Add numbers. (PHP 4>=4.0.4)' flags='130'/>
  678. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_and(|)' hint='resource gmp_and(resource a, resource b) - Logical AND. (PHP 4>=4.0.4)' flags='130'/>
  679. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_clrbit(|)' hint='resource gmp_clrbit(resource &a, int index) - Clear bit. (PHP 4>=4.0.4)' flags='130'/>
  680. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_cmp(|)' hint='int gmp_cmp(resource a, resource b) - Compare numbers. (PHP 4>=4.0.4)' flags='130'/>
  681. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_com(|)' hint="resource gmp_com(resource a) - Calculates one's complement of a. (PHP 4>=4.0.4)" flags='130'/>
  682. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_div(|)' hint='gmp_div - Alias of gmp_div_q().' flags='130'/>
  683. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_div_q(|)' hint='resource gmp_div_q(resource a, resource b [, int round]) - Divide numbers. (PHP 4>=4.0.4)' flags='130'/>
  684. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_div_qr(|)' hint='array gmp_div_qr(resource n, resource d [, int round]) - Divide numbers and get quotient and remainder. (PHP 4>=4.0.4)' flags='130'/>
  685. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_div_r(|)' hint='resource gmp_div_r(resource n, resource d [, int round]) - Remainder of the division of numbers. (PHP 4>=4.0.4)' flags='130'/>
  686. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_divexact(|)' hint='resource gmp_divexact(resource n, resource d) - Exact division of numbers. (PHP 4>=4.0.4)' flags='130'/>
  687. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_fact(|)' hint='resource gmp_fact(int a) - Factorial. (PHP 4>=4.0.4)' flags='130'/>
  688. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_gcd(|)' hint='resource gmp_gcd(resource a, resource b) - Calculate GCD. (PHP 4>=4.0.4)' flags='130'/>
  689. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_gcdext(|)' hint='array gmp_gcdext(resource a, resource b) - Calculate GCD and multipliers. (PHP 4>=4.0.4)' flags='130'/>
  690. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_hamdist(|)' hint='int gmp_hamdist(resource a, resource b) - Hamming distance. (PHP 4>=4.0.4)' flags='130'/>
  691. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_init(|)' hint='resource gmp_init(mixed number) - Create GMP number. (PHP 4>=4.0.4)' flags='130'/>
  692. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_intval(|)' hint='int gmp_intval(resource gmpnumber) - Convert GMP number to integer. (PHP 4>=4.0.4)' flags='130'/>
  693. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_invert(|)' hint='resource gmp_invert(resource a, resource b) - Inverse by modulo. (PHP 4>=4.0.4)' flags='130'/>
  694. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_jacobi(|)' hint='int gmp_jacobi(resource a, resource p) - Jacobi symbol. (PHP 4>=4.0.4)' flags='130'/>
  695. <tag menu='G' submenu='GMP-->>g - gmp_l' inserttext='gmp_legendre(|)' hint='int gmp_legendre(resource a, resource p) - Legendre symbol. (PHP 4>=4.0.4)' flags='130'/>
  696. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_mod(|)' hint='resource gmp_mod(resource n, resource d) - Modulo operation. (PHP 4>=4.0.4)' flags='130'/>
  697. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_mul(|)' hint='resource gmp_mul(resource a, resource b) - Multiply numbers. (PHP 4>=4.0.4)' flags='130'/>
  698. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_neg(|)' hint='resource gmp_neg(resource a) - Negate number. (PHP 4>=4.0.4)' flags='130'/>
  699. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_or(|)' hint='resource gmp_or(resource a, resource b) - Logical OR. (PHP 4>=4.0.4)' flags='130'/>
  700. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_perfect_square(|)' hint='bool gmp_perfect_square(resource a) - Perfect square check. (PHP 4>=4.0.4)' flags='130'/>
  701. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_popcount(|)' hint='int gmp_popcount(resource a) - Population count. (PHP 4>=4.0.4)' flags='130'/>
  702. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_pow(|)' hint='resource gmp_pow(resource base, int exp) - Raise number into power. (PHP 4>=4.0.4)' flags='130'/>
  703. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_powm(|)' hint='resource gmp_powm(resource base, resource exp, resource mod) - Raise number into power with modulo. (PHP 4>=4.0.4)' flags='130'/>
  704. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_prob_prime(|)' hint='int gmp_prob_prime(resource a [, int reps]) - Check if number is "probably prime". (PHP 4>=4.0.4)' flags='130'/>
  705. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_random(|)' hint='resource gmp_random(int limiter) - Random number. (PHP 4>=4.0.4)' flags='130'/>
  706. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_scan0(|)' hint='int gmp_scan0(resource a, int start) - Scan for 0. (PHP 4>=4.0.4)' flags='130'/>
  707. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_scan1(|)' hint='int gmp_scan1(resource a, int start) - Scan for 1. (PHP 4>=4.0.4)' flags='130'/>
  708. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_setbit(|)' hint='resource gmp_setbit(resource &a, int index [, bool set_clear]) - Set bit. (PHP 4>=4.0.4)' flags='130'/>
  709. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_sign(|)' hint='int gmp_sign(resource a) - Sign of number. (PHP 4>=4.0.4)' flags='130'/>
  710. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_sqrt(|)' hint='resource gmp_sqrt(resource a) - Square root. (PHP 4>=4.0.4)' flags='130'/>
  711. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_sqrtrem(|)' hint='array gmp_sqrtrem(resource a) - Square root with remainder. (PHP 4>=4.0.4)' flags='130'/>
  712. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_sqrtrm(|)' hint='array gmp_sqrtrm(resource a) - Square root with remainder.' flags='130'/>
  713. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_strval(|)' hint='string gmp_strval(resource gmpnumber [, int base]) - Convert GMP number to string. (PHP 4>=4.0.4)' flags='130'/>
  714. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_sub(|)' hint='resource gmp_sub(resource a, resource b) - Subtract numbers. (PHP 4>=4.0.4)' flags='130'/>
  715. <tag menu='G' submenu='GMP-->>gmp_m - g' inserttext='gmp_xor(|)' hint='resource gmp_xor(resource a, resource b) - Logical XOR. (PHP 4>=4.0.4)' flags='130'/>
  716. <tag menu='G' submenu='GNU Readline' inserttext='readline(|)' hint='string readline([string prompt]) - Reads a line. (PHP 4)' flags='130'/>
  717. <tag menu='G' submenu='GNU Readline' inserttext='readline_add_history(|)' hint='void readline_add_history(string line) - Adds a line to the history. (PHP 4)' flags='130'/>
  718. <tag menu='G' submenu='GNU Readline' inserttext='readline_clear_history()' hint='bool readline_clear_history(void) - Clears the history. (PHP 4)' flags='130'/>
  719. <tag menu='G' submenu='GNU Readline' inserttext='readline_completion_function(|)' hint='bool readline_completion_function(string line) - Registers a completion function. (PHP 4)' flags='130'/>
  720. <tag menu='G' submenu='GNU Readline' inserttext='readline_info(|)' hint='mixed readline_info([string varname [, string newvalue]]) - Gets/sets various internal readline variables. (PHP 4)' flags='130'/>
  721. <tag menu='G' submenu='GNU Readline' inserttext='readline_list_history()' hint='array readline_list_history(void) - Lists the history. (PHP 4)' flags='130'/>
  722. <tag menu='G' submenu='GNU Readline' inserttext='readline_read_history(|)' hint='bool readline_read_history(string filename) - Reads the history. (PHP 4)' flags='130'/>
  723. <tag menu='G' submenu='GNU Readline' inserttext='readline_write_history(|)' hint='bool readline_write_history(string filename) - Writes the history. (PHP 4)' flags='130'/>
  724. <tag menu='G' submenu='GNU Recode' inserttext='preg_grep(|)' hint='array preg_grep(string pattern, array input [, int flags]) - Return array entries that match the pattern. (PHP 4)' flags='130'/>
  725. <tag menu='G' submenu='GNU Recode' inserttext='preg_match(|)' hint='int preg_match(string pattern, string subject [, array matches [, int flags [, int offset]]]) - Perform a regular expression match. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  726. <tag menu='G' submenu='GNU Recode' inserttext='preg_match_all(|)' hint='int preg_match_all(string pattern, string subject, array matches [, int flags [, int offset]]) - Perform a global regular expression match. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  727. <tag menu='G' submenu='GNU Recode' inserttext='preg_quote(|)' hint='string preg_quote(string str [, string delimiter]) - Quote regular expression characters. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  728. <tag menu='G' submenu='GNU Recode' inserttext='preg_replace(|)' hint='mixed preg_replace(mixed pattern, mixed replacement, mixed subject [, int limit]) - Perform a regular expression search and replace. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  729. <tag menu='G' submenu='GNU Recode' inserttext='preg_replace_callback(|)' hint='mixed preg_replace_callback(mixed pattern, callback callback, mixed subject [, int limit]) - Perform a regular expression search and replace using a callback. (PHP 4>=4.0.5)' flags='130'/>
  730. <tag menu='G' submenu='GNU Recode' inserttext='preg_split(|)' hint='array preg_split(string pattern, string subject [, int limit [, int flags]]) - Split string by a regular expression. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  731. <tag menu='G' submenu='GNU Recode' inserttext='recode(|)' hint='recode - Describes PCRE regex syntax. <B>Table 2. Single-character quantifiers</B>' flags='130'/>
  732. <tag menu='G' submenu='GNU Recode' inserttext='recode_file(|)' hint='bool recode_file(string request, resource input, resource output) - Recode from file to file according to recode request. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  733. <tag menu='G' submenu='GNU Recode' inserttext='recode_string(|)' hint='string recode_string(string request, string string) - Recode a string according to a recode request. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  734. <tag menu='G' submenu='Gettext' inserttext='bind_textdomain_codeset(|)' hint='string bind_textdomain_codeset(string domain, string codeset) - Specify the character encoding in which the messages from the DOMAIN message catalog will be returned. (PHP 4>=4.2.0)' flags='130'/>
  735. <tag menu='G' submenu='Gettext' inserttext='bindtextdomain(|)' hint='string bindtextdomain(string domain, string directory) - Sets the path for a domain. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  736. <tag menu='G' submenu='Gettext' inserttext='dcgettext(|)' hint='string dcgettext(string domain, string message, int category) - Overrides the domain for a single lookup. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  737. <tag menu='G' submenu='Gettext' inserttext='dcngettext(|)' hint='string dcngettext(string domain, string msgid1, string msgid2, int n, int category) - Plural version of dcgettext. (PHP 4>=4.2.0)' flags='130'/>
  738. <tag menu='G' submenu='Gettext' inserttext='dgettext(|)' hint='string dgettext(string domain, string message) - Override the current domain. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  739. <tag menu='G' submenu='Gettext' inserttext='dngettext(|)' hint='string dngettext(string domain, string msgid1, string msgid2, int n) - Plural version of dgettext. (PHP 4>=4.2.0)' flags='130'/>
  740. <tag menu='G' submenu='Gettext' inserttext='gettext(|)' hint='string gettext(string message) - Lookup a message in the current domain. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  741. <tag menu='G' submenu='Gettext' inserttext='ngettext(|)' hint='string ngettext(string msgid1, string msgid2, int n) - Plural version of gettext. (PHP 4>=4.2.0)' flags='130'/>
  742. <tag menu='G' submenu='Gettext' inserttext='textdomain(|)' hint='string textdomain(string text_domain) - Sets the default domain. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  743. <tag menu='H' submenu='HTTP' inserttext='header(|)' hint='void header(string string [, bool replace [, int http_response_code]]) - Send a raw HTTP header. (PHP 3, PHP 4)' flags='130'/>
  744. <tag menu='H' submenu='HTTP' inserttext='headers_list()' hint='array headers_list(void) - Returns a list of response headers sent (or ready to send).' flags='130'/>
  745. <tag menu='H' submenu='HTTP' inserttext='headers_sent(|)' hint='bool headers_sent([string &file [, int &line]]) - Checks if or where headers have been sent. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  746. <tag menu='H' submenu='HTTP' inserttext='setcookie(|)' hint='bool setcookie(string name [, string value [, int expire [, string path [, string domain [, int secure]]]]]) - Send a cookie. (PHP 3, PHP 4)' flags='130'/>
  747. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_channel_mode(|)' hint='bool ircg_channel_mode(resource connection, string channel, string mode_spec, string nick) - Set channel mode flags for user. (PHP 4>=4.0.5)' flags='130'/>
  748. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_disconnect(|)' hint='bool ircg_disconnect(resource connection, string reason) - Close connection to server. (PHP 4>=4.0.4)' flags='130'/>
  749. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_fetch_error_msg(|)' hint='array ircg_fetch_error_msg(resource connection) - Returns the error from previous IRCG operation. (PHP 4>=4.1.0)' flags='130'/>
  750. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_get_username(|)' hint='string ircg_get_username(resource connection) - Get username for connection. (PHP 4>=4.1.0)' flags='130'/>
  751. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_html_encode(|)' hint='bool ircg_html_encode(string html_string) - Encodes HTML preserving output. (PHP 4>=4.0.5)' flags='130'/>
  752. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_ignore_add(|)' hint='bool ircg_ignore_add(resource connection, string nick) - Add a user to your ignore list on a server. (PHP 4>=4.0.5)' flags='130'/>
  753. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_ignore_del(|)' hint='bool ircg_ignore_del(resource connection, string nick) - Remove a user from your ignore list on a server. (PHP 4>=4.0.5)' flags='130'/>
  754. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_is_conn_alive(|)' hint='bool ircg_is_conn_alive(resource connection) - Check connection status. (PHP 4>=4.0.5)' flags='130'/>
  755. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_join(|)' hint='bool ircg_join(resource connection, string channel [, string key]) - Join a channel on a connected server. (PHP 4>=4.0.4)' flags='130'/>
  756. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_kick(|)' hint='bool ircg_kick(resource connection, string channel, string nick, string reason) - Kick a user out of a channel on server. (PHP 4>=4.0.5)' flags='130'/>
  757. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_lookup_format_messages(|)' hint='bool ircg_lookup_format_messages(string name) - Check for the existence of a format message set. (PHP 4>=4.0.5)' flags='130'/>
  758. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_msg(|)' hint='bool ircg_msg(resource connection, string recipient, string message [, boolean suppress]) - Send message to channel or user on server. (PHP 4>=4.0.4)' flags='130'/>
  759. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_nick(|)' hint='bool ircg_nick(resource connection, string nick) - Change nickname on server. (PHP 4>=4.0.5)' flags='130'/>
  760. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_nickname_escape(|)' hint='string ircg_nickname_escape(string nick) - Encode special characters in nickname to be IRC-compliant. (PHP 4>=4.0.6)' flags='130'/>
  761. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_nickname_unescape(|)' hint='string ircg_nickname_unescape(string nick) - Decodes encoded nickname. (PHP 4>=4.0.6)' flags='130'/>
  762. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_notice(|)' hint='bool ircg_notice(resource connection, string , string message) - Send a notice to a user on server. (PHP 4>=4.0.5)' flags='130'/>
  763. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_part(|)' hint='bool ircg_part(resource connection, string channel) - Leave a channel on server. (PHP 4>=4.0.4)' flags='130'/>
  764. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_pconnect(|)' hint='resource ircg_pconnect(string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]]) - Connect to an IRC server. (PHP 4>=4.0.4)' flags='130'/>
  765. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_register_format_messages(|)' hint='bool ircg_register_format_messages(string name, array messages) - Register a format message set. (PHP 4>=4.0.5)' flags='130'/>
  766. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_set_current(|)' hint='bool ircg_set_current(resource connection) - Set current connection for output. (PHP 4>=4.0.4)' flags='130'/>
  767. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_set_file(|)' hint='bool ircg_set_file(resource connection, string path) - Set logfile for connection. (PHP 4>=4.2.0)' flags='130'/>
  768. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_set_on_die(|)' hint='bool ircg_set_on_die(resource connection, string host, int port, string data) - Set action to be executed when connection dies. (PHP 4>=4.2.0)' flags='130'/>
  769. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_topic(|)' hint='bool ircg_topic(resource connection, string channel, string new_topic) - Set topic for channel on server. (PHP 4>=4.0.5)' flags='130'/>
  770. <tag menu='I' submenu='IRC Gateway' inserttext='ircg_whois(|)' hint='bool ircg_whois(resource connection, string nick) - Query server for user information. (PHP 4>=4.0.5)' flags='130'/>
  771. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='exif_imagetype(|)' hint='int exif_imagetype(string filename) - Determine the type of an image. (PHP 4>=4.3.0)' flags='130'/>
  772. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='exif_read_data(|)' hint='array exif_read_data(string filename [, string sections [, bool arrays [, bool thumbnail]]]) - Reads the EXIF headers from JPEG or TIFF. This way you can read meta data generated by digital cameras. (PHP 4>=4.2.0)' flags='130'/>
  773. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='exif_thumbnail(|)' hint='string exif_thumbnail(string filename [, int &width [, int &height [, int &imagetype]]]) - Retrieve the embedded thumbnail of a TIFF or JPEG image. (PHP 4>=4.2.0)' flags='130'/>
  774. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='gd_info()' hint='array gd_info(void) - Retrieve information about the currently installed GD library. (PHP 4>=4.3.0)' flags='130'/>
  775. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='getimagesize(|)' hint='array getimagesize(string filename [, array imageinfo]) - Get the size of an image. (PHP 3, PHP 4)' flags='130'/>
  776. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='image2wbmp(|)' hint='int image2wbmp(resource image [, string filename [, int threshold]]) - Output image to browser or file. (PHP 4>=4.0.5)' flags='130'/>
  777. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='image_type_to_mime_type(|)' hint='string image_type_to_mime_type(int imagetype) - Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype. (PHP 4>=4.3.0)' flags='130'/>
  778. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagealphablending(|)' hint='bool imagealphablending(resource image, bool blendmode) - Set the blending mode for an image. (PHP 4>=4.0.6)' flags='130'/>
  779. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imageantialias(|)' hint='bool imageantialias(resource im, bool on) - Should antialias functions be used or not. (PHP 4>=4.3.2)' flags='130'/>
  780. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagearc(|)' hint='int imagearc(resource image, int cx, int cy, int w, int h, int s, int e, int color) - Draw a partial ellipse. (PHP 3, PHP 4)' flags='130'/>
  781. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagechar(|)' hint='int imagechar(resource image, int font, int x, int y, string c, int color) - Draw a character horizontally. (PHP 3, PHP 4)' flags='130'/>
  782. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecharup(|)' hint='int imagecharup(resource image, int font, int x, int y, string c, int color) - Draw a character vertically. (PHP 3, PHP 4)' flags='130'/>
  783. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorallocate(|)' hint='int imagecolorallocate(resource image, int red, int green, int blue) - Allocate a color for an image. (PHP 3, PHP 4)' flags='130'/>
  784. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorallocatealpha(|)' hint='int imagecolorallocatealpha(resource image, int red, int green, int blue, int alpha) - Allocate a color for an image. (PHP 4>=4.3.2)' flags='130'/>
  785. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorat(|)' hint='int imagecolorat(resource image, int x, int y) - Get the index of the color of a pixel. (PHP 3, PHP 4)' flags='130'/>
  786. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorclosest(|)' hint='int imagecolorclosest(resource image, int red, int green, int blue) - Get the index of the closest color to the specified color. (PHP 3, PHP 4)' flags='130'/>
  787. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorclosestalpha(|)' hint='int imagecolorclosestalpha(resource image, int red, int green, int blue, int alpha) - Get the index of the closest color to the specified color + alpha. (PHP 4>=4.0.6)' flags='130'/>
  788. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorclosesthwb(|)' hint='int imagecolorclosesthwb(resource image, int red, int green, int blue) - Get the index of the color which has the hue, white and blackness nearest to the given color. (PHP 4>=4.0.1)' flags='130'/>
  789. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolordeallocate(|)' hint='int imagecolordeallocate(resource image, int color) - De-allocate a color for an image. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  790. <tag menu='I' submenu='Image-->>e - imagecolorexact' inserttext='imagecolorexact(|)' hint='int imagecolorexact(resource image, int red, int green, int blue) - Get the index of the specified color. (PHP 3, PHP 4)' flags='130'/>
  791. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorexactalpha(|)' hint='int imagecolorexactalpha(resource image, int red, int green, int blue, int alpha) - Get the index of the specified color + alpha. (PHP 4>=4.0.6)' flags='130'/>
  792. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolormatch(|)' hint='bool imagecolormatch(resource image1, resource image2) - Makes the colors of the palette version of an image more closely match the true color version. (PHP 4>=4.3.0)' flags='130'/>
  793. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorresolve(|)' hint='int imagecolorresolve(resource image, int red, int green, int blue) - Get the index of the specified color or its closest possible alternative. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  794. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorresolvealpha(|)' hint='int imagecolorresolvealpha(resource image, int red, int green, int blue, int alpha) - Get the index of the specified color + alpha or its closest possible alternative. (PHP 4>=4.0.6)' flags='130'/>
  795. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorset(|)' hint='bool imagecolorset(resource image, int index, int red, int green, int blue) - Set the color for the specified palette index. (PHP 3, PHP 4)' flags='130'/>
  796. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorsforindex(|)' hint='array imagecolorsforindex(resource image, int index) - Get the colors for an index. (PHP 3, PHP 4)' flags='130'/>
  797. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolorstotal(|)' hint="int imagecolorstotal(resource image) - Find out the number of colors in an image's palette. (PHP 3, PHP 4)" flags='130'/>
  798. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecolortransparent(|)' hint='int imagecolortransparent(resource image [, int color]) - Define a color as transparent. (PHP 3, PHP 4)' flags='130'/>
  799. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecopy(|)' hint='int imagecopy(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) - Copy part of an image. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  800. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecopymerge(|)' hint='int imagecopymerge(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) - Copy and merge part of an image. (PHP 4>=4.0.1)' flags='130'/>
  801. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecopymergegray(|)' hint='int imagecopymergegray(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) - Copy and merge part of an image with gray scale. (PHP 4>=4.0.6)' flags='130'/>
  802. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecopyresampled(|)' hint='bool imagecopyresampled(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) - Copy and resize part of an image with resampling. (PHP 4>=4.0.6)' flags='130'/>
  803. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecopyresized(|)' hint='int imagecopyresized(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) - Copy and resize part of an image. (PHP 3, PHP 4)' flags='130'/>
  804. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreate(|)' hint='resource imagecreate(int x_size, int y_size) - Create a new palette based image. (PHP 3, PHP 4)' flags='130'/>
  805. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefromgd(|)' hint='resource imagecreatefromgd(string filename) - Create a new image from GD file or URL. (PHP 4>=4.1.0)' flags='130'/>
  806. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefromgd2(|)' hint='resource imagecreatefromgd2(string filename) - Create a new image from GD2 file or URL. (PHP 4>=4.1.0)' flags='130'/>
  807. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefromgd2part(|)' hint='resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height) - Create a new image from a given part of GD2 file or URL. (PHP 4>=4.1.0)' flags='130'/>
  808. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefromgif(|)' hint='resource imagecreatefromgif(string filename) - Create a new image from file or URL. (PHP 3, PHP 4)' flags='130'/>
  809. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefromjpeg(|)' hint='resource imagecreatefromjpeg(string filename) - Create a new image from file or URL. (PHP 3>=3.0.16, PHP 4)' flags='130'/>
  810. <tag menu='I' submenu='Image-->>imagecolorexacta - imagecreatefromp' inserttext='imagecreatefrompng(|)' hint='resource imagecreatefrompng(string filename) - Create a new image from file or URL. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  811. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagecreatefromstring(|)' hint='resource imagecreatefromstring(string image) - Create a new image from the image stream in the string. (PHP 4>=4.0.4)' flags='130'/>
  812. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagecreatefromwbmp(|)' hint='resource imagecreatefromwbmp(string filename) - Create a new image from file or URL. (PHP 4>=4.0.1)' flags='130'/>
  813. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagecreatefromxbm(|)' hint='resource imagecreatefromxbm(string filename) - Create a new image from file or URL. (PHP 4>=4.0.1)' flags='130'/>
  814. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagecreatefromxpm(|)' hint='resource imagecreatefromxpm(string filename) - Create a new image from file or URL. (PHP 4>=4.0.1)' flags='130'/>
  815. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagecreatetruecolor(|)' hint='resource imagecreatetruecolor(int x_size, int y_size) - Create a new true color image. (PHP 4>=4.0.6)' flags='130'/>
  816. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagedashedline(|)' hint='int imagedashedline(resource image, int x1, int y1, int x2, int y2, int color) - Draw a dashed line. (PHP 3, PHP 4)' flags='130'/>
  817. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagedestroy(|)' hint='int imagedestroy(resource image) - Destroy an image. (PHP 3, PHP 4)' flags='130'/>
  818. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imageellipse(|)' hint='int imageellipse(resource image, int cx, int cy, int w, int h, int color) - Draw an ellipse. (PHP 4>=4.0.6)' flags='130'/>
  819. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefill(|)' hint='int imagefill(resource image, int x, int y, int color) - Flood fill. (PHP 3, PHP 4)' flags='130'/>
  820. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefilledarc(|)' hint='bool imagefilledarc(resource image, int cx, int cy, int w, int h, int s, int e, int color, int style) - Draw a partial ellipse and fill it. (PHP 4>=4.0.6)' flags='130'/>
  821. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefilledellipse(|)' hint='bool imagefilledellipse(resource image, int cx, int cy, int w, int h, int color) - Draw a filled ellipse. (PHP 4>=4.0.6)' flags='130'/>
  822. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefilledpolygon(|)' hint='int imagefilledpolygon(resource image, array points, int num_points, int color) - Draw a filled polygon. (PHP 3, PHP 4)' flags='130'/>
  823. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefilledrectangle(|)' hint='int imagefilledrectangle(resource image, int x1, int y1, int x2, int y2, int color) - Draw a filled rectangle. (PHP 3, PHP 4)' flags='130'/>
  824. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefilltoborder(|)' hint='int imagefilltoborder(resource image, int x, int y, int border, int color) - Flood fill to specific color. (PHP 3, PHP 4)' flags='130'/>
  825. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefontheight(|)' hint='int imagefontheight(int font) - Get font height. (PHP 3, PHP 4)' flags='130'/>
  826. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefontwidth(|)' hint='int imagefontwidth(int font) - Get font width. (PHP 3, PHP 4)' flags='130'/>
  827. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imageftbbox(|)' hint='array imageftbbox(int size, int angle, string font_file, string text [, array extrainfo]) - Give the bounding box of a text using fonts via freetype2. (PHP 4>=4.1.0)' flags='130'/>
  828. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagefttext(|)' hint='array imagefttext(resource image, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo]) - Write text to the image using fonts using FreeType 2. (PHP 4>=4.1.0)' flags='130'/>
  829. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagegammacorrect(|)' hint='int imagegammacorrect(resource image, float inputgamma, float outputgamma) - Apply a gamma correction to a GD image. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  830. <tag menu='I' submenu='Image-->>imagecreatefroms - imagegd' inserttext='imagegd(|)' hint='int imagegd(resource image [, string filename]) - Output GD image to browser or file. (PHP 4>=4.1.0)' flags='130'/>
  831. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagegd2(|)' hint='int imagegd2(resource image [, string filename [, int chunk_size [, int type]]]) - Output GD2 image. (PHP 4>=4.1.0)' flags='130'/>
  832. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagegif(|)' hint='int imagegif(resource image [, string filename]) - Output image to browser or file. (PHP 3, PHP 4)' flags='130'/>
  833. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imageinterlace(|)' hint='int imageinterlace(resource image [, int interlace]) - Enable or disable interlace. (PHP 3, PHP 4)' flags='130'/>
  834. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imageistruecolor(|)' hint='bool imageistruecolor(resource image) - Finds whether an image is a truecolor image. (PHP 4>=4.3.2)' flags='130'/>
  835. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagejpeg(|)' hint='int imagejpeg(resource image [, string filename [, int quality]]) - Output image to browser or file. (PHP 3>=3.0.16, PHP 4)' flags='130'/>
  836. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imageline(|)' hint='int imageline(resource image, int x1, int y1, int x2, int y2, int color) - Draw a line. (PHP 3, PHP 4)' flags='130'/>
  837. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imageloadfont(|)' hint='int imageloadfont(string file) - Load a new font. (PHP 3, PHP 4)' flags='130'/>
  838. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepalettecopy(|)' hint='int imagepalettecopy(resource destination, resource source) - Copy the palette from one image to another. (PHP 4>=4.0.1)' flags='130'/>
  839. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepng(|)' hint='int imagepng(resource image [, string filename]) - Output a PNG image to either the browser or a file. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  840. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepolygon(|)' hint='int imagepolygon(resource image, array points, int num_points, int color) - Draw a polygon. (PHP 3, PHP 4)' flags='130'/>
  841. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsbbox(|)' hint='array imagepsbbox(string text, int font, int size [, int space [, int tightness [, float angle]]]) - Give the bounding box of a text rectangle using PostScript Type1 fonts. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  842. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepscopyfont(|)' hint='int imagepscopyfont(int fontindex) - Make a copy of an already loaded font for further modification. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  843. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsencodefont(|)' hint='int imagepsencodefont(int font_index, string encodingfile) - Change the character encoding vector of a font. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  844. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsextendfont(|)' hint='bool imagepsextendfont(int font_index, float extend) - Extend or condense a font. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  845. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsfreefont(|)' hint='void imagepsfreefont(int fontindex) - Free memory used by a PostScript Type 1 font. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  846. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsloadfont(|)' hint='int imagepsloadfont(string filename) - Load a PostScript Type 1 font from file. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  847. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepsslantfont(|)' hint='bool imagepsslantfont(int font_index, float slant) - Slant a font. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  848. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagepstext(|)' hint='array imagepstext(resource image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]]) - To draw a text string over an image using PostScript Type1 fonts. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  849. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagerectangle(|)' hint='int imagerectangle(resource image, int x1, int y1, int x2, int y2, int col) - Draw a rectangle. (PHP 3, PHP 4)' flags='130'/>
  850. <tag menu='I' submenu='Image-->>imagegd2 - imager' inserttext='imagerotate(|)' hint='resource imagerotate(resource src_im, float angle, int bgd_color) - Rotate an image with a given angle. (PHP 4>=4.3.0)' flags='130'/>
  851. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesavealpha(|)' hint='bool imagesavealpha(resource image, bool saveflag) - Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images. (PHP 4>=4.3.2)' flags='130'/>
  852. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesetbrush(|)' hint='int imagesetbrush(resource image, resource brush) - Set the brush image for line drawing. (PHP 4>=4.0.6)' flags='130'/>
  853. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesetpixel(|)' hint='int imagesetpixel(resource image, int x, int y, int color) - Set a single pixel. (PHP 3, PHP 4)' flags='130'/>
  854. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesetstyle(|)' hint='bool imagesetstyle(resource image, array style) - Set the style for line drawing. (PHP 4>=4.0.6)' flags='130'/>
  855. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesetthickness(|)' hint='bool imagesetthickness(resource image, int thickness) - Set the thickness for line drawing. (PHP 4>=4.0.6)' flags='130'/>
  856. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesettile(|)' hint='int imagesettile(resource image, resource tile) - Set the tile image for filling. (PHP 4>=4.0.6)' flags='130'/>
  857. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagestring(|)' hint='int imagestring(resource image, int font, int x, int y, string s, int col) - Draw a string horizontally. (PHP 3, PHP 4)' flags='130'/>
  858. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagestringup(|)' hint='int imagestringup(resource image, int font, int x, int y, string s, int col) - Draw a string vertically. (PHP 3, PHP 4)' flags='130'/>
  859. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesx(|)' hint='int imagesx(resource image) - Get image width. (PHP 3, PHP 4)' flags='130'/>
  860. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagesy(|)' hint='int imagesy(resource image) - Get image height. (PHP 3, PHP 4)' flags='130'/>
  861. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagetruecolortopalette(|)' hint='void imagetruecolortopalette(resource image, bool dither, int ncolors) - Convert a true color image to a palette image. (PHP 4>=4.0.6)' flags='130'/>
  862. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagettfbbox(|)' hint='array imagettfbbox(int size, int angle, string fontfile, string text) - Give the bounding box of a text using TrueType fonts. (PHP 3>=3.0.1, PHP 4)' flags='130'/>
  863. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagettftext(|)' hint='array imagettftext(resource image, int size, int angle, int x, int y, int color, string fontfile, string text) - Write text to the image using TrueType fonts. (PHP 3, PHP 4)' flags='130'/>
  864. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagetypes()' hint='int imagetypes(void) - Return the image types supported by this PHP build. (PHP 3 CVS only, PHP 4>=4.0.2)' flags='130'/>
  865. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imagewbmp(|)' hint='int imagewbmp(resource image [, string filename [, int foreground]]) - Output image to browser or file. (PHP 3>=3.0.15, PHP 4>=4.0.1)' flags='130'/>
  866. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imap_8bit(|)' hint='string imap_8bit(string string) - Convert an 8bit string to a quoted-printable string. (PHP 3, PHP 4)' flags='130'/>
  867. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imap_alerts()' hint='array imap_alerts(void) - This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  868. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imap_append(|)' hint='bool imap_append(resource imap_stream, string mbox, string message [, string options]) - Append a string message to a specified mailbox. (PHP 3, PHP 4)' flags='130'/>
  869. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imap_base64(|)' hint='string imap_base64(string text) - Decode BASE64 encoded text. (PHP 3, PHP 4)' flags='130'/>
  870. <tag menu='I' submenu='Image-->>images - imap_bi' inserttext='imap_binary(|)' hint='string imap_binary(string string) - Convert an 8bit string to a base64 string. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  871. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_body(|)' hint='string imap_body(resource imap_stream, int msg_number [, int options]) - Read the message body. (PHP 3, PHP 4)' flags='130'/>
  872. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_bodystruct(|)' hint='object imap_bodystruct(resource stream_id, int msg_no, int section) - Read the structure of a specified body section of a specific message. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  873. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_check(|)' hint='object imap_check(resource imap_stream) - Check current mailbox. (PHP 3, PHP 4)' flags='130'/>
  874. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_clearflag_full(|)' hint='bool imap_clearflag_full(resource stream, string sequence, string flag, string options) - Clears flags on messages. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  875. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_close(|)' hint='bool imap_close(resource imap_stream [, int flag]) - Close an IMAP stream. (PHP 3, PHP 4)' flags='130'/>
  876. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_createmailbox(|)' hint='bool imap_createmailbox(resource imap_stream, string mbox) - Create a new mailbox. (PHP 3, PHP 4)' flags='130'/>
  877. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_delete(|)' hint='bool imap_delete(int imap_stream, int msg_number [, int options]) - Mark a message for deletion from current mailbox. (PHP 3, PHP 4)' flags='130'/>
  878. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_deletemailbox(|)' hint='bool imap_deletemailbox(resource imap_stream, string mbox) - Delete a mailbox. (PHP 3, PHP 4)' flags='130'/>
  879. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_errors()' hint='array imap_errors(void) - This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  880. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_expunge(|)' hint='bool imap_expunge(resource imap_stream) - Delete all messages marked for deletion. (PHP 3, PHP 4)' flags='130'/>
  881. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_fetch_overview(|)' hint='array imap_fetch_overview(resource imap_stream, string sequence [, int options]) - Read an overview of the information in the headers of the given message. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  882. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_fetchbody(|)' hint='string imap_fetchbody(resource imap_stream, int msg_number, string part_number [, flags options]) - Fetch a particular section of the body of the message. (PHP 3, PHP 4)' flags='130'/>
  883. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_fetchheader(|)' hint='string imap_fetchheader(resource imap_stream, int msgno, int options) - Returns header for a message. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  884. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_fetchstructure(|)' hint='object imap_fetchstructure(resource imap_stream, int msg_number [, int options]) - Read the structure of a particular message. (PHP 3, PHP 4)' flags='130'/>
  885. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_get_quota(|)' hint='array imap_get_quota(resource imap_stream, string quota_root) - Retrieve the quota level settings, and usage statics per mailbox. (PHP 4>=4.0.5)' flags='130'/>
  886. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_get_quotaroot(|)' hint='array imap_get_quotaroot(resource imap_stream, string quota_root) - Retrieve the quota settings per user. (PHP 4>=4.3.0)' flags='130'/>
  887. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_getacl(|)' hint='array imap_getacl(resource stream_id, string mailbox) - Gets the ACL for a given mailbox. (PHP 5 CVS only)' flags='130'/>
  888. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_getmailboxes(|)' hint='array imap_getmailboxes(resource imap_stream, string ref, string pattern) - Read the list of mailboxes, returning detailed information on each one. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  889. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_getsubscribed(|)' hint='array imap_getsubscribed(resource imap_stream, string ref, string pattern) - List all the subscribed mailboxes. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  890. <tag menu='I' submenu='Image-->>imap_bo - imap_header' inserttext='imap_header(|)' hint='imap_header - Alias of imap_headerinfo().' flags='130'/>
  891. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_headerinfo(|)' hint='object imap_headerinfo(resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) - Read the header of the message. (PHP 3, PHP 4)' flags='130'/>
  892. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_headers(|)' hint='array imap_headers(resource imap_stream) - Returns headers for all messages in a mailbox. (PHP 3, PHP 4)' flags='130'/>
  893. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_last_error()' hint='string imap_last_error(void) - This function returns the last IMAP error (if any) that occurred during this page request. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  894. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_list(|)' hint='array imap_list(resource imap_stream, string ref, string pattern) - Read the list of mailboxes. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  895. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_listmailbox(|)' hint='imap_listmailbox - Alias of imap_list().' flags='130'/>
  896. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_listscan(|)' hint='array imap_listscan(resource imap_stream, string ref, string pattern, string content) - Read the list of mailboxes, takes a string to search for in the text of the mailbox.' flags='130'/>
  897. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_listsubscribed(|)' hint='imap_listsubscribed - Alias of imap_lsub().' flags='130'/>
  898. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_lsub(|)' hint='array imap_lsub(resource imap_stream, string ref, string pattern) - List all the subscribed mailboxes. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  899. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mail(|)' hint='bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) - Send an email message. (PHP 3>=3.0.14, PHP 4)' flags='130'/>
  900. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mail_compose(|)' hint='string imap_mail_compose(array envelope, array body) - Create a MIME message based on given envelope and body sections. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  901. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mail_copy(|)' hint='bool imap_mail_copy(resource imap_stream, string msglist, string mbox [, int options]) - Copy specified messages to a mailbox. (PHP 3, PHP 4)' flags='130'/>
  902. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mail_move(|)' hint='bool imap_mail_move(resource imap_stream, string msglist, string mbox [, int options]) - Move specified messages to a mailbox. (PHP 3, PHP 4)' flags='130'/>
  903. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mailboxmsginfo(|)' hint='object imap_mailboxmsginfo(resource imap_stream) - Get information about the current mailbox. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  904. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_mime_header_decode(|)' hint='array imap_mime_header_decode(string text) - Decode MIME header elements. (PHP 3>=3.0.17, PHP 4)' flags='130'/>
  905. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_msgno(|)' hint='int imap_msgno(resource imap_stream, int uid) - This function returns the message sequence number for the given UID. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  906. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_num_msg(|)' hint='int imap_num_msg(resource imap_stream) - Gives the number of messages in the current mailbox. (PHP 3, PHP 4)' flags='130'/>
  907. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_num_recent(|)' hint='int imap_num_recent(resource imap_stream) - Gives the number of recent messages in current mailbox. (PHP 3, PHP 4)' flags='130'/>
  908. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_open(|)' hint='resource imap_open(string mailbox, string username, string password [, int options]) - Open an IMAP stream to a mailbox. (PHP 3, PHP 4)' flags='130'/>
  909. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_ping(|)' hint='bool imap_ping(resource imap_stream) - Check if the IMAP stream is still active. (PHP 3, PHP 4)' flags='130'/>
  910. <tag menu='I' submenu='Image-->>imap_headeri - imap_q' inserttext='imap_qprint(|)' hint='string imap_qprint(string string) - Convert a quoted-printable string to an 8 bit string. (PHP 3, PHP 4)' flags='130'/>
  911. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_renamemailbox(|)' hint='bool imap_renamemailbox(resource imap_stream, string old_mbox, string new_mbox) - Rename an old mailbox to new mailbox. (PHP 3, PHP 4)' flags='130'/>
  912. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_reopen(|)' hint='bool imap_reopen(resource imap_stream, string mailbox [, string options]) - Reopen IMAP stream to new mailbox. (PHP 3, PHP 4)' flags='130'/>
  913. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_rfc822_parse_adrlist(|)' hint='array imap_rfc822_parse_adrlist(string address, string default_host) - Parses an address string. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  914. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_rfc822_parse_headers(|)' hint='object imap_rfc822_parse_headers(string headers [, string defaulthost]) - Parse mail headers from a string. (PHP 4)' flags='130'/>
  915. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_rfc822_write_address(|)' hint='string imap_rfc822_write_address(string mailbox, string host, string personal) - Returns a properly formatted email address given the mailbox, host, and personal info. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  916. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_scanmailbox(|)' hint='imap_scanmailbox - Alias of imap_listscan().' flags='130'/>
  917. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_search(|)' hint='array imap_search(resource imap_stream, string criteria, int options) - This function returns an array of messages matching the given search criteria. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  918. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_set_quota(|)' hint='bool imap_set_quota(resource imap_stream, string quota_root, int quota_limit) - Sets a quota for a given mailbox. (PHP 4>=4.0.5)' flags='130'/>
  919. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_setacl(|)' hint='bool imap_setacl(resource stream_id, string mailbox, string id, string rights) - Sets the ACL for a giving mailbox. (PHP 4>=4.1.0)' flags='130'/>
  920. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_setflag_full(|)' hint='bool imap_setflag_full(resource stream, string sequence, string flag, string options) - Sets flags on messages. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  921. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_sort(|)' hint='array imap_sort(resource stream, int criteria, int reverse [, int options [, string search_criteria]]) - Sort an array of message headers. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  922. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_status(|)' hint='object imap_status(resource imap_stream, string mailbox, int options) - This function returns status information on a mailbox other than the current one. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  923. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_subscribe(|)' hint='bool imap_subscribe(resource imap_stream, string mbox) - Subscribe to a mailbox. (PHP 3, PHP 4)' flags='130'/>
  924. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_thread(|)' hint='array imap_thread(resource stream_id [, int options]) - Return threaded by REFERENCES tree. (PHP 4>=4.1.0)' flags='130'/>
  925. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_timeout(|)' hint='mixed imap_timeout(int timeout_type [, int timeout]) - Set or fetch imap timeout.' flags='130'/>
  926. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_uid(|)' hint='int imap_uid(resource imap_stream, int msgno) - This function returns the UID for the given message sequence number. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  927. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_undelete(|)' hint='bool imap_undelete(resource imap_stream, int msg_number) - Unmark the message which is marked deleted. (PHP 3, PHP 4)' flags='130'/>
  928. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_unsubscribe(|)' hint='bool imap_unsubscribe(string imap_stream, string mbox) - Unsubscribe from a mailbox. (PHP 3, PHP 4)' flags='130'/>
  929. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_utf7_decode(|)' hint='string imap_utf7_decode(string text) - Decodes a modified UTF-7 encoded string. (PHP 3>=3.0.15, PHP 4)' flags='130'/>
  930. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_utf7_encode(|)' hint='string imap_utf7_encode(string data) - Converts ISO-8859-1 string to modified UTF-7 text. (PHP 3>=3.0.15, PHP 4)' flags='130'/>
  931. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='imap_utf8(|)' hint='string imap_utf8(string mime_encoded_text) - Converts MIME-encoded text to UTF-8. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  932. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='iptcembed(|)' hint='array iptcembed(string iptcdata, string jpeg_file_name [, int spool]) - Embed binary IPTC data into a JPEG image. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  933. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='iptcparse(|)' hint='array iptcparse(string iptcblock) - Parse a binary IPTC http://www.iptc.org/ block into single tags. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  934. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='jpeg2wbmp(|)' hint='int jpeg2wbmp(string jpegname, string wbmpname, int d_height, int d_width, int threshold) - Convert JPEG image file to WBMP image file. (PHP 4>=4.0.5)' flags='130'/>
  935. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='png2wbmp(|)' hint='int png2wbmp(string pngname, string wbmpname, int d_height, int d_width, int threshold) - Convert PNG image file to WBMP image file. (PHP 4>=4.0.5)' flags='130'/>
  936. <tag menu='I' submenu='Image-->>imap_r - r' inserttext='read_exif_data(|)' hint='read_exif_data - Convert an 8bit string to a quoted-printable string imap_alerts --  This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset imap_append --  Append a string message to a specified mailbox imap_base64 -- Decode BASE64 encoded textimap_binary --  Convert an 8bit string to a base64 string imap_body -- Read the message bodyimap_bodystruct --  Read the structure of a specified body section of a specific message imap_check -- Check current mailboximap_clearflag_full -- Clears flags on messagesimap_close -- Close an IMAP streamimap_createmailbox -- Create a new mailboximap_delete --  Mark a message for deletion from current mailbox imap_deletemailbox -- Delete a mailboximap_errors --  This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. imap_expunge -- Delete all messages marked for deletionimap_fetch_overview --  Read an overview of the information in the headers of the given message imap_fetchbody --  Fetch a particular section of the body of the message imap_fetchheader -- Returns header for a messageimap_fetchstructure --  Read the structure of a particular message imap_get_quota --  Retrieve the quota level settings, and usage statics per mailbox imap_get_quotaroot --  Retrieve the quota settings per user imap_getacl --  Gets the ACL for a given mailbox imap_getmailboxes --  Read the list of mailboxes, returning detailed information on each one imap_getsubscribed -- List all the subscribed mailboxesimap_header -- Alias of imap_headerinfo()imap_headerinfo -- Read the header of the messageimap_headers --  Returns headers for all messages in a mailbox imap_last_error --  This function returns the last IMAP error (if any) that occurred during this page request imap_list -- Read the list of mailboxesimap_listmailbox -- Alias of imap_list()imap_listscan --  Read the list of mailboxes, takes a string to search for in the text of the mailbox imap_listsubscribed -- Alias of imap_lsub()imap_lsub -- List all the subscribed mailboxesimap_mail_compose --  Create a MIME message based on given envelope and body sections imap_mail_copy -- Copy specified messages to a mailboximap_mail_move -- Move specified messages to a mailboximap_mail --  Send an email message imap_mailboxmsginfo -- Get information about the current mailboximap_mime_header_decode -- Decode MIME header elementsimap_msgno --  This function returns the message sequence number for the given UID imap_num_msg --  Gives the number of messages in the current mailbox imap_num_recent -- Gives the number of recent messages in current mailboximap_open -- Open an IMAP stream to a mailboximap_ping -- Check if the IMAP stream is still activeimap_qprint -- Convert a quoted-printable string to an 8 bit stringimap_renamemailbox -- Rename an old mailbox to new mailboximap_reopen -- Reopen IMAP stream to new mailboximap_rfc822_parse_adrlist -- Parses an address stringimap_rfc822_parse_headers -- Parse mail headers from a stringimap_rfc822_write_address --  Returns a properly formatted email address given the mailbox, host, and personal info. imap_scanmailbox -- Alias of imap_listscan()imap_search --  This function returns an array of messages matching the given search criteria imap_set_quota -- Sets a quota for a given mailboximap_setacl --  Sets the ACL for a giving mailbox imap_setflag_full -- Sets flags on messagesimap_sort -- Sort an array of message headersimap_status --  This function returns status information on a mailbox other than the current one imap_subscribe -- Subscribe to a mailboximap_thread --  Return threaded by REFERENCES tree imap_timeout --  Set or fetch imap timeout imap_uid --  This function returns the UID for the given message sequence number imap_undelete --  Unmark the message which is marked deleted imap_unsubscribe -- Unsubscribe from a mailboximap_utf7_decode --  Decodes a modified UTF-7 encoded string. imap_utf7_encode --  Converts ISO-8859-1 string to modified UTF-7 text. imap_utf8 --  Converts MIME-encoded text to UTF-8 .' flags='130'/>
  937. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_affected_rows(|)' hint='mixed mysqli_affected_rows(object link) - Gets the number of affected rows in a previous MySQL operation. (PHP 5 CVS only)' flags='130'/>
  938. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_autocommit(|)' hint='bool mysqli_autocommit(object link, bool mode) - Turns on or off auto-committing database modifications. (PHP 5 CVS only)' flags='130'/>
  939. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_bind_param(|)' hint='bool mysqli_bind_param(object stmt, array types, mixed var1 [, mixed var2, ...]) - Binds variables to a prepared statement as parameters. (PHP 5 CVS only)' flags='130'/>
  940. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_bind_result(|)' hint='bool mysqli_bind_result(resource stmt, mixed var, int len) - Binds variables to a prepared statement for result storage. (PHP 5 CVS only)' flags='130'/>
  941. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_change_user(|)' hint='bool mysqli_change_user(resource link, string user, string password, string database) - Changes the user of the specified database connection. (PHP 5 CVS only)' flags='130'/>
  942. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_character_set_name(|)' hint='string mysqli_character_set_name(resource link) - Returns the default character set for the database connection. (PHP 5 CVS only)' flags='130'/>
  943. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_close(|)' hint='bool mysqli_close(resource link) - Closes a previously opened database connection. (PHP 5 CVS only)' flags='130'/>
  944. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_commit(|)' hint='bool mysqli_commit(resource link) - Commits the current transaction. (PHP 5 CVS only)' flags='130'/>
  945. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_connect(|)' hint='resource mysqli_connect([string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) - Open a new connection to the MySQL server. (PHP 5 CVS only)' flags='130'/>
  946. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_data_seek(|)' hint='void mysqli_data_seek(resource result, int offset) - Adjusts the result pointer to an arbitrary row in the result. (PHP 5 CVS only)' flags='130'/>
  947. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_debug(|)' hint='void mysqli_debug(string debug) - Performs debugging operations. (PHP 5 CVS only)' flags='130'/>
  948. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_disable_reads_from_master(|)' hint='void mysqli_disable_reads_from_master(resource link) - . (PHP 5 CVS only)' flags='130'/>
  949. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_disable_rpl_parse(|)' hint='void mysqli_disable_rpl_parse(resource link) - . (PHP 5 CVS only)' flags='130'/>
  950. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_dump_debug_info(|)' hint='bool mysqli_dump_debug_info(resource link) - Dump debugging information into the log. (PHP 5 CVS only)' flags='130'/>
  951. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_enable_reads_from_master(|)' hint='void mysqli_enable_reads_from_master(resource link) - . (PHP 5 CVS only)' flags='130'/>
  952. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_enable_rpl_parse(|)' hint='void mysqli_enable_rpl_parse(resource link) - . (PHP 5 CVS only)' flags='130'/>
  953. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_errno(|)' hint='int mysqli_errno(resource link) - Returns the error code for the most recent function call. (PHP 5 CVS only)' flags='130'/>
  954. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_error(|)' hint='string mysqli_error(resource link) - Returns a string description of the last error. (PHP 5 CVS only)' flags='130'/>
  955. <tag menu='I' submenu='Improved MySQL Extension-->>m - mysqli_e' inserttext='mysqli_execute(|)' hint='int mysqli_execute(resource stmt) - Executes a prepared Query. (PHP 5 CVS only)' flags='130'/>
  956. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch(|)' hint='int mysqli_fetch(resource stmt) - Fetch results from a prepared statement into the bound variables. (PHP 5 CVS only)' flags='130'/>
  957. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_array(|)' hint='array mysqli_fetch_array(resource result [, int resulttype]) - Fetch a result row as an associative, a numeric array, or both. (PHP 5 CVS only)' flags='130'/>
  958. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_assoc(|)' hint='array mysqli_fetch_assoc(resource result) - Fetch a result row as an associative array. (PHP 5 CVS only)' flags='130'/>
  959. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_field(|)' hint='object mysqli_fetch_field(resource result) - Returns the next field in the result set. (PHP 5 CVS only)' flags='130'/>
  960. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_field_direct(|)' hint='int mysqli_fetch_field_direct(resource result, int offset) - Fetch meta-data for a single field. (PHP 5 CVS only)' flags='130'/>
  961. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_fields(|)' hint='array mysqli_fetch_fields(resource result) - Returns an array of objects representing the fields in a result set. (PHP 5 CVS only)' flags='130'/>
  962. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_lengths(|)' hint='array mysqli_fetch_lengths(resource result) - Returns the lengths of the columns of the current row in the result set. (PHP 5 CVS only)' flags='130'/>
  963. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_object(|)' hint='object mysqli_fetch_object(resource result) - Returns the current row of a result set as an object. (PHP 5 CVS only)' flags='130'/>
  964. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_fetch_row(|)' hint='array mysqli_fetch_row(resource result) - Get a result row as an enumerated array. (PHP 5 CVS only)' flags='130'/>
  965. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_field_count(|)' hint='int mysqli_field_count(resource link) - Returns the number of columns for the most recent query. (PHP 5 CVS only)' flags='130'/>
  966. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_field_seek(|)' hint='int mysqli_field_seek(resource link, int fieldnr) - Set result pointer to a specified field offset. (PHP 5 CVS only)' flags='130'/>
  967. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_field_tell(|)' hint='int mysqli_field_tell(resource result) - Get current field offset of a result pointer. (PHP 5 CVS only)' flags='130'/>
  968. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_free_result(|)' hint='int mysqli_free_result(resource result) - Frees the memory associated with a result. (PHP 5 CVS only)' flags='130'/>
  969. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_get_client_info()' hint='string mysqli_get_client_info(void) - Returns the MySQL client version as a string. (PHP 5 CVS only)' flags='130'/>
  970. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_get_host_info(|)' hint='string mysqli_get_host_info(resource link) - Returns a string representing the type of connection used. (PHP 5 CVS only)' flags='130'/>
  971. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_get_proto_info(|)' hint='int mysqli_get_proto_info(resource link) - Returns the version of the MySQL protocol used. (PHP 5 CVS only)' flags='130'/>
  972. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_get_server_info(|)' hint='string mysqli_get_server_info(resource link) - Returns the version of the MySQL server. (PHP 5 CVS only)' flags='130'/>
  973. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_get_server_version(|)' hint='int mysqli_get_server_version(resource link) - Returns the version of the MySQL server as an integer. (PHP 5 CVS only)' flags='130'/>
  974. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_f - mysqli_inf' inserttext='mysqli_info(|)' hint='string mysqli_info(resource link) - Retrieves information about the most recently executed query. (PHP 5 CVS only)' flags='130'/>
  975. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_init()' hint='resource mysqli_init(void) - Initializes MySQLi and returns a resource for use with mysqli_real_connect. (PHP 5 CVS only)' flags='130'/>
  976. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_insert_id(|)' hint='mixed mysqli_insert_id(resource link) - Returns the auto generated id used in the last query. (PHP 5 CVS only)' flags='130'/>
  977. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_kill(|)' hint='bool mysqli_kill(resource link, int processid) - Asks the server to kill a MySQL thread. (PHP 5 CVS only)' flags='130'/>
  978. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_master_query(|)' hint='bool mysqli_master_query(resource link, string query) - Enforce execution of a query on the master in a master/slave setup. (PHP 5 CVS only)' flags='130'/>
  979. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_num_fields(|)' hint='int mysqli_num_fields(resource result) - Get the number of fields in a result. (PHP 5 CVS only)' flags='130'/>
  980. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_num_rows(|)' hint='int mysqli_num_rows(resource result) - Gets the number of rows in a result. (PHP 5 CVS only)' flags='130'/>
  981. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_options(|)' hint='bool mysqli_options(resource link, int flags, mixed values) - Set options. (PHP 5 CVS only)' flags='130'/>
  982. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_param_count(|)' hint='int mysqli_param_count(resource stmt) - Returns the number of parameter for the given statement. (PHP 5 CVS only)' flags='130'/>
  983. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_ping(|)' hint='int mysqli_ping(resource link) - Ping a server connection, or reconnect if there is no connection. (PHP 5 CVS only)' flags='130'/>
  984. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_prepare(|)' hint='resource mysqli_prepare(resource link, string query) - Prepare a SQL statement for execution. (PHP 5 CVS only)' flags='130'/>
  985. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_prepare_result(|)' hint='resource mysqli_prepare_result(resource stmt) - . (PHP 5 CVS only)' flags='130'/>
  986. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_profiler(|)' hint='bool mysqli_profiler(int flags, string info, int port) - . (PHP 5 CVS only)' flags='130'/>
  987. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_query(|)' hint='resource mysqli_query(resource link, string query [, int resultmode]) - Performs a query on the database. (PHP 5 CVS only)' flags='130'/>
  988. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_read_query_result(|)' hint='bool mysqli_read_query_result(resource link) - . (PHP 5 CVS only)' flags='130'/>
  989. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_real_connect(|)' hint='bool mysqli_real_connect(resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) - Opens a connection to a mysql server. (PHP 5 CVS only)' flags='130'/>
  990. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_real_escape_string(|)' hint='string mysqli_real_escape_string(resource link, string escapestr) - Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection. (PHP 5 CVS only)' flags='130'/>
  991. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_real_query(|)' hint='bool mysqli_real_query(resource link, string query) - Execute an SQL query. (PHP 5 CVS only)' flags='130'/>
  992. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_reload(|)' hint='bool mysqli_reload(resource link) - . (PHP 5 CVS only)' flags='130'/>
  993. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_ini - mysqli_ro' inserttext='mysqli_rollback(|)' hint='bool mysqli_rollback(resource link) - . (PHP 5 CVS only)' flags='130'/>
  994. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_rpl_parse_enabled(|)' hint='int mysqli_rpl_parse_enabled(resource link) - . (PHP 5 CVS only)' flags='130'/>
  995. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_rpl_probe(|)' hint='bool mysqli_rpl_probe(resource link) - . (PHP 5 CVS only)' flags='130'/>
  996. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_rpl_query_type(|)' hint='int mysqli_rpl_query_type(string query) - . (PHP 5 CVS only)' flags='130'/>
  997. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_select_db(|)' hint='bool mysqli_select_db(resource link, string dbname) - Selects the default database for database queries. (PHP 5 CVS only)' flags='130'/>
  998. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_send_long_data(|)' hint='bool mysqli_send_long_data(resource stmt, int param_nr, string data) - . (PHP 5 CVS only)' flags='130'/>
  999. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_send_query(|)' hint='bool mysqli_send_query(resource link, string query) - . (PHP 5 CVS only)' flags='130'/>
  1000. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_slave_query(|)' hint='bool mysqli_slave_query(resource link, string query) - Enforces execution of a query on a slave in a master/slave setup. (PHP 5 CVS only)' flags='130'/>
  1001. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_ssl_set(|)' hint='string mysqli_ssl_set(resource link [, string key [, string cert [, string ca [, string capath [, string cipher]]]]]) - . (PHP 5 CVS only)' flags='130'/>
  1002. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stat(|)' hint='string mysqli_stat(resource link) - Gets the current system status. (PHP 5 CVS only)' flags='130'/>
  1003. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stmt_affected_rows(|)' hint='mixed mysqli_stmt_affected_rows(object stmt) - . (PHP 5 CVS only)' flags='130'/>
  1004. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stmt_close(|)' hint='bool mysqli_stmt_close(resource stmt) - Close statement. (PHP 5 CVS only)' flags='130'/>
  1005. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stmt_errno(|)' hint='int mysqli_stmt_errno(resource stmt) - . (PHP 5 CVS only)' flags='130'/>
  1006. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stmt_error(|)' hint='string mysqli_stmt_error(resource stmt) - . (PHP 5 CVS only)' flags='130'/>
  1007. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_stmt_store_result(|)' hint='resource mysqli_stmt_store_result(resource stmt) - . (PHP 5 CVS only)' flags='130'/>
  1008. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_store_result(|)' hint='resource mysqli_store_result(resource link) - Transfers a result set from the last query. (PHP 5 CVS only)' flags='130'/>
  1009. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_thread_id(|)' hint='int mysqli_thread_id(resource link) - Returns the thread ID for the current connection. (PHP 5 CVS only)' flags='130'/>
  1010. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_thread_safe()' hint='bool mysqli_thread_safe(void) - Returns whether thread safety is given or not. (PHP 5 CVS only)' flags='130'/>
  1011. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_use_result(|)' hint='resource mysqli_use_result(resource link) - Initiate a result set retrieval. (PHP 5 CVS only)' flags='130'/>
  1012. <tag menu='I' submenu='Improved MySQL Extension-->>mysqli_rp - m' inserttext='mysqli_warning_count(|)' hint='resource mysqli_warning_count(resource link) - Returns the number of warnings from the last query for the given link. (PHP 5 CVS only)' flags='130'/>
  1013. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_affected_rows(|)' hint='int ifx_affected_rows(int result_id) - Get number of rows affected by a query. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1014. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_blobinfile_mode(|)' hint='void ifx_blobinfile_mode(int mode) - Set the default blob mode for all select queries. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1015. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_byteasvarchar(|)' hint='void ifx_byteasvarchar(int mode) - Set the default byte mode. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1016. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_close(|)' hint='int ifx_close([int link_identifier]) - Close Informix connection. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1017. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_connect(|)' hint='int ifx_connect([string database [, string userid [, string password]]]) - Open Informix server connection. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1018. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_copy_blob(|)' hint='int ifx_copy_blob(int bid) - Duplicates the given blob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1019. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_create_blob(|)' hint='int ifx_create_blob(int type, int mode, string param) - Creates an blob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1020. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_create_char(|)' hint='int ifx_create_char(string param) - Creates an char object. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1021. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_do(|)' hint='int ifx_do(int result_id) - Execute a previously prepared SQL-statement. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1022. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_error()' hint='string ifx_error(void) - Returns error code of last Informix call. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1023. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_errormsg(|)' hint='string ifx_errormsg([int errorcode]) - Returns error message of last Informix call. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1024. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_fetch_row(|)' hint='array ifx_fetch_row(int result_id [, mixed position]) - Get row as enumerated array. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1025. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_fieldproperties(|)' hint='array ifx_fieldproperties(int result_id) - List of SQL fieldproperties. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1026. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_fieldtypes(|)' hint='array ifx_fieldtypes(int result_id) - List of Informix SQL fields. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1027. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_free_blob(|)' hint='int ifx_free_blob(int bid) - Deletes the blob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1028. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_free_char(|)' hint='int ifx_free_char(int bid) - Deletes the char object. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1029. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_free_result(|)' hint='int ifx_free_result(int result_id) - Releases resources for the query. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1030. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_get_blob(|)' hint='int ifx_get_blob(int bid) - Return the content of a blob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1031. <tag menu='I' submenu='Informix-->>i - ifx_get_' inserttext='ifx_get_char(|)' hint='int ifx_get_char(int bid) - Return the content of the char object. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1032. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_getsqlca(|)' hint='array ifx_getsqlca(int result_id) - Get the contents of sqlca.sqlerrd[0..5] after a query. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1033. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_htmltbl_result(|)' hint='int ifx_htmltbl_result(int result_id [, string html_table_options]) - Formats all rows of a query into a HTML table. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1034. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_nullformat(|)' hint='void ifx_nullformat(int mode) - Sets the default return value on a fetch row. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1035. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_num_fields(|)' hint='int ifx_num_fields(int result_id) - Returns the number of columns in the query. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1036. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_num_rows(|)' hint='int ifx_num_rows(int result_id) - Count the rows already fetched from a query. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1037. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_pconnect(|)' hint='int ifx_pconnect([string database [, string userid [, string password]]]) - Open persistent Informix connection. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1038. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_prepare(|)' hint='int ifx_prepare(string query, int conn_id [, int cursor_def, mixed blobidarray]) - Prepare an SQL-statement for execution. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1039. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_query(|)' hint='int ifx_query(string query, int link_identifier [, int cursor_type [, mixed blobidarray]]) - Send Informix query. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1040. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_textasvarchar(|)' hint='void ifx_textasvarchar(int mode) - Set the default text mode. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1041. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_update_blob(|)' hint='bool ifx_update_blob(int bid, string content) - Updates the content of the blob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1042. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifx_update_char(|)' hint='int ifx_update_char(int bid, string content) - Updates the content of the char object. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1043. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_close_slob(|)' hint='int ifxus_close_slob(int bid) - Deletes the slob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1044. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_create_slob(|)' hint='int ifxus_create_slob(int mode) - Creates an slob object and opens it. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1045. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_free_slob(|)' hint='int ifxus_free_slob(int bid) - Deletes the slob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1046. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_open_slob(|)' hint='int ifxus_open_slob(long bid, int mode) - Opens an slob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1047. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_read_slob(|)' hint='int ifxus_read_slob(long bid, long nbytes) - Reads nbytes of the slob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1048. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_seek_slob(|)' hint='int ifxus_seek_slob(long bid, int mode, long offset) - Sets the current file or seek position. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1049. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_tell_slob(|)' hint='int ifxus_tell_slob(long bid) - Returns the current file or seek position. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1050. <tag menu='I' submenu='Informix-->>ifx_gets - i' inserttext='ifxus_write_slob(|)' hint='int ifxus_write_slob(long bid, string content) - Writes a string into the slob object. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1051. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_add_user(|)' hint='bool ibase_add_user(string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) - Add a user to a security database (only for IB6 or later). (PHP 4>=4.2.0)' flags='130'/>
  1052. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_affected_rows(|)' hint='int ibase_affected_rows(resource link_identifier) - Return the number of rows that were affected by the previous query.' flags='130'/>
  1053. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_add(|)' hint='bool ibase_blob_add(resource blob_handle, string data) - Add data into a newly created blob. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1054. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_cancel(|)' hint='bool ibase_blob_cancel(resource blob_handle) - Cancel creating blob. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1055. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_close(|)' hint='mixed ibase_blob_close(resource blob_handle) - Close blob. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1056. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_create(|)' hint='resource ibase_blob_create([resource link_identifier]) - Create a new blob for adding data. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1057. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_echo(|)' hint='bool ibase_blob_echo(string blob_id) - Output blob contents to browser. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1058. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_get(|)' hint='string ibase_blob_get(resource blob_handle, int len) - Get len bytes data from open blob. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1059. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_import(|)' hint='string ibase_blob_import([resource link_identifier, resource file_handle]) - Create blob, copy file in it, and close it. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1060. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_info(|)' hint='array ibase_blob_info(string blob_id) - Return blob length and other useful info. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1061. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_blob_open(|)' hint='resource ibase_blob_open(string blob_id) - Open blob for retrieving data parts. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1062. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_close(|)' hint='bool ibase_close([resource connection_id]) - Close a connection to an InterBase database. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1063. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_commit(|)' hint='bool ibase_commit([resource link_identifier]) - Commit a transaction. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1064. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_commit_ret(|)' hint='bool ibase_commit_ret([resource link_identifier]) - Commit a transaction without closing it.' flags='130'/>
  1065. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_connect(|)' hint='resource ibase_connect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]]) - Open a connection to an InterBase database. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1066. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_delete_user(|)' hint='bool ibase_delete_user(string server, string dba_user_name, string dba_user_password, string user_name) - Delete a user from a security database (only for IB6 or later). (PHP 4>=4.2.0)' flags='130'/>
  1067. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_drop_db(|)' hint='bool ibase_drop_db(resource connection) - Drops a database.' flags='130'/>
  1068. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_errcode()' hint='int ibase_errcode(void) - Return an error code.' flags='130'/>
  1069. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_errmsg()' hint='string ibase_errmsg(void) - Return error messages. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1070. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_execute(|)' hint='resource ibase_execute(resource query [, int bind_args]) - Execute a previously prepared query. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1071. <tag menu='I' submenu='InterBase-->>i - ibase_fetch_a' inserttext='ibase_fetch_assoc(|)' hint='array ibase_fetch_assoc(resource result [, int fetch_flag]) - Fetch a result row from a query as an associative array. (PHP 4>=4.3.0)' flags='130'/>
  1072. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_fetch_object(|)' hint='object ibase_fetch_object(resource result_id [, int fetch_flag]) - Get an object from a InterBase database. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1073. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_fetch_row(|)' hint='array ibase_fetch_row(resource result_identifier [, int fetch_flag]) - Fetch a row from an InterBase database. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1074. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_field_info(|)' hint='array ibase_field_info(resource result, int field_number) - Get information about a field. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1075. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_free_event_handler(|)' hint='bool ibase_free_event_handler(resource event) - Cancels a registered event handler.' flags='130'/>
  1076. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_free_query(|)' hint='bool ibase_free_query(resource query) - Free memory allocated by a prepared query. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1077. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_free_result(|)' hint='bool ibase_free_result(resource result_identifier) - Free a result set. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1078. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_gen_id(|)' hint='int ibase_gen_id([resource link_identifier [, string generator [, int increment]]]) - Increments the named generator and returns its new value.' flags='130'/>
  1079. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_modify_user(|)' hint='bool ibase_modify_user(string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) - Modify a user to a security database (only for IB6 or later). (PHP 4>=4.2.0)' flags='130'/>
  1080. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_name_result(|)' hint='bool ibase_name_result(resource result, string name) - Assigns a name to a result set.' flags='130'/>
  1081. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_num_fields(|)' hint='int ibase_num_fields(resource result_id) - Get the number of fields in a result set. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1082. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_num_params(|)' hint='int ibase_num_params(resource query) - Return the number of parameters in a prepared query.' flags='130'/>
  1083. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_param_info(|)' hint='array ibase_param_info(resource query, int param_number) - Return information about a parameter in a prepared query.' flags='130'/>
  1084. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_pconnect(|)' hint='resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]]) - Open a persistent connection to an InterBase database. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1085. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_prepare(|)' hint='resource ibase_prepare([resource link_identifier, string query]) - Prepare a query for later binding of parameter placeholders and execution. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1086. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_query(|)' hint='resource ibase_query([resource link_identifier, string query [, int bind_args]]) - Execute a query on an InterBase database. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1087. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_rollback(|)' hint='bool ibase_rollback([resource link_identifier]) - Roll back a transaction. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1088. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_rollback_ret(|)' hint='bool ibase_rollback_ret([resource link_identifier]) - Roll back a transaction without closing it.' flags='130'/>
  1089. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_set_event_handler(|)' hint='resource ibase_set_event_handler([resource connection, callback event_handler, string event_name1 [, string event_name2 [, string ...]]]) - Register a callback function to be called when events are posted.' flags='130'/>
  1090. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_timefmt(|)' hint='int ibase_timefmt(string format [, int columntype]) - Sets the format of timestamp, date and time type columns returned from queries. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1091. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_trans(|)' hint='resource ibase_trans([int trans_args [, resource link_identifier]]) - Begin a transaction. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1092. <tag menu='I' submenu='InterBase-->>ibase_fetch_o - i' inserttext='ibase_wait_event(|)' hint='string ibase_wait_event([resource connection, string event_name1 [, string event_name2 [, string ...]]]) - Wait for an event to be posted by the database.' flags='130'/>
  1093. <tag menu='I' submenu='iconv' inserttext='iconv(|)' hint='string iconv(string in_charset, string out_charset, string str) - Convert string to requested character encoding. (PHP 4>=4.0.5)' flags='130'/>
  1094. <tag menu='I' submenu='iconv' inserttext='iconv_get_encoding(|)' hint='mixed iconv_get_encoding([string type]) - Retrieve internal configuration variables of iconv extension. (PHP 4>=4.0.5)' flags='130'/>
  1095. <tag menu='I' submenu='iconv' inserttext='iconv_mime_decode(|)' hint='string iconv_mime_decode(string encoded_header [, int mode [, string charset]]) - Decodes a MIME header field. (PHP 5 CVS only)' flags='130'/>
  1096. <tag menu='I' submenu='iconv' inserttext='iconv_mime_decode_headers(|)' hint='array iconv_mime_decode_headers(string encoded_headers [, int mode [, string charset]]) - Decodes multiple MIME header fields at once.' flags='130'/>
  1097. <tag menu='I' submenu='iconv' inserttext='iconv_mime_encode(|)' hint='string iconv_mime_encode(string field_name, string field_value [, array preferences]) - Composes a MIME header field. (PHP 5 CVS only)' flags='130'/>
  1098. <tag menu='I' submenu='iconv' inserttext='iconv_set_encoding(|)' hint='bool iconv_set_encoding(string type, string charset) - Set current setting for character encoding conversion. (PHP 4>=4.0.5)' flags='130'/>
  1099. <tag menu='I' submenu='iconv' inserttext='iconv_strlen(|)' hint='int iconv_strlen(string str [, string charset]) - Returns the character count of string. (PHP 5 CVS only)' flags='130'/>
  1100. <tag menu='I' submenu='iconv' inserttext='iconv_strpos(|)' hint='int iconv_strpos(string haystack, string needle, int offset [, string charset]) - Finds position of first occurrence of a needle within a haystack. (PHP 5 CVS only)' flags='130'/>
  1101. <tag menu='I' submenu='iconv' inserttext='iconv_strrpos(|)' hint='string iconv_strrpos(string haystack, string needle [, string charset]) - Finds the last occurrence of a needle within the specified range of haystack. (PHP 5 CVS only)' flags='130'/>
  1102. <tag menu='I' submenu='iconv' inserttext='iconv_substr(|)' hint='string iconv_substr(string str, int offset [, int length [, string charset]]) - Cut out part of a string. (PHP 5 CVS only)' flags='130'/>
  1103. <tag menu='I' submenu='iconv' inserttext='ob_iconv_handler(|)' hint='array ob_iconv_handler(string contents, int status) - Convert character encoding as output buffer handler. (PHP 4>=4.0.5)' flags='130'/>
  1104. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_8859_to_t61(|)' hint='string ldap_8859_to_t61(string value) - Translate 8859 characters to t61 characters. (PHP 4>=4.0.2)' flags='130'/>
  1105. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_add(|)' hint='bool ldap_add(resource link_identifier, string dn, array entry) - Add entries to LDAP directory. (PHP 3, PHP 4)' flags='130'/>
  1106. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_bind(|)' hint='bool ldap_bind(resource link_identifier [, string bind_rdn [, string bind_password]]) - Bind to LDAP directory. (PHP 3, PHP 4)' flags='130'/>
  1107. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_close(|)' hint='bool ldap_close(resource link_identifier) - Close link to LDAP server. (PHP 3, PHP 4)' flags='130'/>
  1108. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_compare(|)' hint='bool ldap_compare(resource link_identifier, string dn, string attribute, string value) - Compare value of attribute found in entry specified with DN. (PHP 4>=4.0.2)' flags='130'/>
  1109. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_connect(|)' hint='resource ldap_connect([string hostname [, int port]]) - Connect to an LDAP server. (PHP 3, PHP 4)' flags='130'/>
  1110. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_count_entries(|)' hint='int ldap_count_entries(resource link_identifier, resource result_identifier) - Count the number of entries in a search. (PHP 3, PHP 4)' flags='130'/>
  1111. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_delete(|)' hint='bool ldap_delete(resource link_identifier, string dn) - Delete an entry from a directory. (PHP 3, PHP 4)' flags='130'/>
  1112. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_dn2ufn(|)' hint='string ldap_dn2ufn(string dn) - Convert DN to User Friendly Naming format. (PHP 3, PHP 4)' flags='130'/>
  1113. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_err2str(|)' hint='string ldap_err2str(int errno) - Convert LDAP error number into string error message. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1114. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_errno(|)' hint='int ldap_errno(resource link_identifier) - Return the LDAP error number of the last LDAP command. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1115. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_error(|)' hint='string ldap_error(resource link_identifier) - Return the LDAP error message of the last LDAP command. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1116. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_explode_dn(|)' hint='array ldap_explode_dn(string dn, int with_attrib) - Splits DN into its component parts. (PHP 3, PHP 4)' flags='130'/>
  1117. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_first_attribute(|)' hint='string ldap_first_attribute(resource link_identifier, resource result_entry_identifier, int ber_identifier) - Return first attribute. (PHP 3, PHP 4)' flags='130'/>
  1118. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_first_entry(|)' hint='resource ldap_first_entry(resource link_identifier, resource result_identifier) - Return first result id. (PHP 3, PHP 4)' flags='130'/>
  1119. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_first_reference(|)' hint='resource ldap_first_reference(resource link, resource result) - Return first reference. (PHP 4>=4.0.5)' flags='130'/>
  1120. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_free_result(|)' hint='bool ldap_free_result(resource result_identifier) - Free result memory. (PHP 3, PHP 4)' flags='130'/>
  1121. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_get_attributes(|)' hint='array ldap_get_attributes(resource link_identifier, resource result_entry_identifier) - Get attributes from a search result entry. (PHP 3, PHP 4)' flags='130'/>
  1122. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_get_dn(|)' hint='string ldap_get_dn(resource link_identifier, resource result_entry_identifier) - Get the DN of a result entry. (PHP 3, PHP 4)' flags='130'/>
  1123. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_get_entries(|)' hint='array ldap_get_entries(resource link_identifier, resource result_identifier) - Get all result entries. (PHP 3, PHP 4)' flags='130'/>
  1124. <tag menu='L' submenu='LDAP-->>l - ldap_get_o' inserttext='ldap_get_option(|)' hint='bool ldap_get_option(resource link_identifier, int option, mixed retval) - Get the current value for given option. (PHP 4>=4.0.4)' flags='130'/>
  1125. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_get_values(|)' hint='array ldap_get_values(resource link_identifier, resource result_entry_identifier, string attribute) - Get all values from a result entry. (PHP 3, PHP 4)' flags='130'/>
  1126. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_get_values_len(|)' hint='array ldap_get_values_len(resource link_identifier, resource result_entry_identifier, string attribute) - Get all binary values from a result entry. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1127. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_list(|)' hint='resource ldap_list(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) - Single-level search. (PHP 3, PHP 4)' flags='130'/>
  1128. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_mod_add(|)' hint='bool ldap_mod_add(resource link_identifier, string dn, array entry) - Add attribute values to current attributes. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1129. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_mod_del(|)' hint='bool ldap_mod_del(resource link_identifier, string dn, array entry) - Delete attribute values from current attributes. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1130. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_mod_replace(|)' hint='bool ldap_mod_replace(resource link_identifier, string dn, array entry) - Replace attribute values with new ones. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1131. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_modify(|)' hint='bool ldap_modify(resource link_identifier, string dn, array entry) - Modify an LDAP entry. (PHP 3, PHP 4)' flags='130'/>
  1132. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_next_attribute(|)' hint='string ldap_next_attribute(resource link_identifier, resource result_entry_identifier, resource ber_identifier) - Get the next attribute in result. (PHP 3, PHP 4)' flags='130'/>
  1133. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_next_entry(|)' hint='resource ldap_next_entry(resource link_identifier, resource result_entry_identifier) - Get next result entry. (PHP 3, PHP 4)' flags='130'/>
  1134. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_next_reference(|)' hint='resource ldap_next_reference(resource link, resource entry) - Get next reference. (PHP 4>=4.0.5)' flags='130'/>
  1135. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_parse_reference(|)' hint='bool ldap_parse_reference(resource link, resource entry, array referrals) - Extract information from reference entry. (PHP 4>=4.0.5)' flags='130'/>
  1136. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_parse_result(|)' hint='bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals) - Extract information from result. (PHP 4>=4.0.5)' flags='130'/>
  1137. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_read(|)' hint='resource ldap_read(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) - Read an entry. (PHP 3, PHP 4)' flags='130'/>
  1138. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_rename(|)' hint='bool ldap_rename(resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn) - Modify the name of an entry. (PHP 4>=4.0.5)' flags='130'/>
  1139. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_search(|)' hint='resource ldap_search(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) - Search LDAP tree. (PHP 3, PHP 4)' flags='130'/>
  1140. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_set_option(|)' hint='bool ldap_set_option(resource link_identifier, int option, mixed newval) - Set the value of the given option. (PHP 4>=4.0.4)' flags='130'/>
  1141. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_set_rebind_proc(|)' hint='bool ldap_set_rebind_proc(resource link, string callback) - Set a callback function to do re-binds on referral chasing. (PHP 4>=4.2.0)' flags='130'/>
  1142. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_sort(|)' hint='bool ldap_sort(resource link, resource result, string sortfilter) - Sort LDAP result entries. (PHP 4>=4.2.0)' flags='130'/>
  1143. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_start_tls(|)' hint='bool ldap_start_tls(resource link) - Start TLS. (PHP 4>=4.2.0)' flags='130'/>
  1144. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_t61_to_8859(|)' hint='string ldap_t61_to_8859(string value) - Translate t61 characters to 8859 characters. (PHP 4>=4.0.2)' flags='130'/>
  1145. <tag menu='L' submenu='LDAP-->>ldap_get_v - l' inserttext='ldap_unbind(|)' hint='bool ldap_unbind(resource link_identifier) - Unbind from LDAP directory. (PHP 3, PHP 4)' flags='130'/>
  1146. <tag menu='L' submenu='LZF' inserttext='lzf_compress(|)' hint='string lzf_compress(string arg) - LZF compression.' flags='130'/>
  1147. <tag menu='L' submenu='LZF' inserttext='lzf_decompress(|)' hint='string lzf_decompress(string arg) - LZF decompression.' flags='130'/>
  1148. <tag menu='L' submenu='LZF' inserttext='lzf_optimized_for()' hint='int lzf_optimized_for(void) - Determines what LZF extension was optimized for.' flags='130'/>
  1149. <tag menu='L' submenu='Lotus Notes' inserttext='notes_body(|)' hint='array notes_body(string server, string mailbox, int msg_number) - Open the message msg_number in the specified mailbox on the specified server (leave serv. (PHP 4>=4.0.5)' flags='130'/>
  1150. <tag menu='L' submenu='Lotus Notes' inserttext='notes_copy_db(|)' hint='string notes_copy_db(string from_database_name, string to_database_name) - Create a note using form form_name. (PHP 4>=4.0.5)' flags='130'/>
  1151. <tag menu='L' submenu='Lotus Notes' inserttext='notes_create_db(|)' hint='bool notes_create_db(string database_name) - Create a Lotus Notes database. (PHP 4>=4.0.5)' flags='130'/>
  1152. <tag menu='L' submenu='Lotus Notes' inserttext='notes_create_note(|)' hint='string notes_create_note(string database_name, string form_name) - Create a note using form form_name. (PHP 4>=4.0.5)' flags='130'/>
  1153. <tag menu='L' submenu='Lotus Notes' inserttext='notes_drop_db(|)' hint='bool notes_drop_db(string database_name) - Drop a Lotus Notes database. (PHP 4>=4.0.5)' flags='130'/>
  1154. <tag menu='L' submenu='Lotus Notes' inserttext='notes_find_note(|)' hint='bool notes_find_note(string database_name, string name [, string type]) - Returns a note id found in database_name. Specify the name of the note. Leaving type bla. (PHP 4>=4.0.5)' flags='130'/>
  1155. <tag menu='L' submenu='Lotus Notes' inserttext='notes_header_info(|)' hint='object notes_header_info(string server, string mailbox, int msg_number) - Open the message msg_number in the specified mailbox on the specified server (leave serv. (PHP 4>=4.0.5)' flags='130'/>
  1156. <tag menu='L' submenu='Lotus Notes' inserttext='notes_list_msgs(|)' hint='bool notes_list_msgs(string db) - Returns the notes from a selected database_name. (PHP 4>=4.0.5)' flags='130'/>
  1157. <tag menu='L' submenu='Lotus Notes' inserttext='notes_mark_read(|)' hint='string notes_mark_read(string database_name, string user_name, string note_id) - Mark a note_id as read for the User user_name. (PHP 4>=4.0.5)' flags='130'/>
  1158. <tag menu='L' submenu='Lotus Notes' inserttext='notes_mark_unread(|)' hint='string notes_mark_unread(string database_name, string user_name, string note_id) - Mark a note_id as unread for the User user_name. (PHP 4>=4.0.5)' flags='130'/>
  1159. <tag menu='L' submenu='Lotus Notes' inserttext='notes_nav_create(|)' hint='bool notes_nav_create(string database_name, string name) - Create a navigator name, in database_name. (PHP 4>=4.0.5)' flags='130'/>
  1160. <tag menu='L' submenu='Lotus Notes' inserttext='notes_search(|)' hint='string notes_search(string database_name, string keywords) - Find notes that match keywords in database_name. (PHP 4>=4.0.5)' flags='130'/>
  1161. <tag menu='L' submenu='Lotus Notes' inserttext='notes_unread(|)' hint="string notes_unread(string database_name, string user_name) - Returns the unread note id's for the current User user_name. (PHP 4>=4.0.5)" flags='130'/>
  1162. <tag menu='L' submenu='Lotus Notes' inserttext='notes_version(|)' hint='string notes_version(string database_name) - Get the version Lotus Notes. (PHP 4>=4.0.5)' flags='130'/>
  1163. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_append_event(|)' hint='int mcal_append_event(int mcal_stream) - Store a new event into an MCAL calendar. (PHP 4)' flags='130'/>
  1164. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_close(|)' hint='int mcal_close(int mcal_stream, int flags) - Close an MCAL stream. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1165. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_create_calendar(|)' hint='bool mcal_create_calendar(int stream, string calendar) - Create a new MCAL calendar. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1166. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_date_compare(|)' hint='int mcal_date_compare(int a_year, int a_month, int a_day, int b_year, int b_month, int b_day) - Compares two dates. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1167. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_date_valid(|)' hint='int mcal_date_valid(int year, int month, int day) - Returns TRUE if the given year, month, day is a valid date. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1168. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_day_of_week(|)' hint='int mcal_day_of_week(int year, int month, int day) - Returns the day of the week of the given date. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1169. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_day_of_year(|)' hint='int mcal_day_of_year(int year, int month, int day) - Returns the day of the year of the given date. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1170. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_days_in_month(|)' hint='int mcal_days_in_month(int month, int leap_year) - Returns the number of days in a month. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1171. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_delete_calendar(|)' hint='string mcal_delete_calendar(int stream, string calendar) - Delete an MCAL calendar. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1172. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_delete_event(|)' hint='int mcal_delete_event(int mcal_stream [, int event_id]) - Delete an event from an MCAL calendar. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1173. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_add_attribute(|)' hint='void mcal_event_add_attribute(int stream, string attribute, string value) - Adds an attribute and a value to the streams global event structure. (PHP 3>=3.0.15, PHP 4)' flags='130'/>
  1174. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_init(|)' hint='int mcal_event_init(int stream) - Initializes a streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1175. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_alarm(|)' hint='int mcal_event_set_alarm(int stream, int alarm) - Sets the alarm of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1176. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_category(|)' hint='int mcal_event_set_category(int stream, string category) - Sets the category of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1177. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_class(|)' hint='int mcal_event_set_class(int stream, int class) - Sets the class of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1178. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_description(|)' hint='int mcal_event_set_description(int stream, string description) - Sets the description of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1179. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_end(|)' hint='int mcal_event_set_end(int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) - Sets the end date and time of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1180. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_recur_daily(|)' hint='int mcal_event_set_recur_daily(int stream, int year, int month, int day, int interval) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1181. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_recur_monthly_mday(|)' hint='int mcal_event_set_recur_monthly_mday(int stream, int year, int month, int day, int interval) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1182. <tag menu='M' submenu='MCAL-->>m - mcal_event_set_recur_m' inserttext='mcal_event_set_recur_monthly_wday(|)' hint='int mcal_event_set_recur_monthly_wday(int stream, int year, int month, int day, int interval) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1183. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_event_set_recur_none(|)' hint='int mcal_event_set_recur_none(int stream) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.15, PHP 4)' flags='130'/>
  1184. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_event_set_recur_weekly(|)' hint='int mcal_event_set_recur_weekly(int stream, int year, int month, int day, int interval, int weekdays) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1185. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_event_set_recur_yearly(|)' hint='int mcal_event_set_recur_yearly(int stream, int year, int month, int day, int interval) - Sets the recurrence of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1186. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_event_set_start(|)' hint='int mcal_event_set_start(int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) - Sets the start date and time of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1187. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_event_set_title(|)' hint='int mcal_event_set_title(int stream, string title) - Sets the title of the streams global event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1188. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_expunge(|)' hint='int mcal_expunge(int stream) - Deletes all events marked for being expunged.' flags='130'/>
  1189. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_fetch_current_stream_event(|)' hint='object mcal_fetch_current_stream_event(int stream) - Returns an object containing the current streams event structure. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1190. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_fetch_event(|)' hint='object mcal_fetch_event(int mcal_stream, int event_id [, int options]) - Fetches an event from the calendar stream. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1191. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_is_leap_year(|)' hint='int mcal_is_leap_year(int year) - Returns if the given year is a leap year or not. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1192. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_list_alarms(|)' hint='array mcal_list_alarms(int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]]) - Return a list of events that has an alarm triggered at the given datetime. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1193. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_list_events(|)' hint='array mcal_list_events(int mcal_stream, object begin_date [, object end_date]) - Return a list of IDs for a date or a range of dates. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1194. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_next_recurrence(|)' hint='int mcal_next_recurrence(int stream, int weekstart, array next) - Returns the next recurrence of the event. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1195. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_open(|)' hint='int mcal_open(string calendar, string username, string password [, int options]) - Opens up an MCAL connection. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1196. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_popen(|)' hint='int mcal_popen(string calendar, string username, string password [, int options]) - Opens up a persistent MCAL connection. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1197. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_rename_calendar(|)' hint='string mcal_rename_calendar(int stream, string old_name, string new_name) - Rename an MCAL calendar. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1198. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_reopen(|)' hint='int mcal_reopen(string calendar [, int options]) - Reopens an MCAL connection. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1199. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_snooze(|)' hint='bool mcal_snooze(int stream_id, int event_id) - Turn off an alarm for an event. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1200. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_store_event(|)' hint='int mcal_store_event(int mcal_stream) - Modify an existing event in an MCAL calendar. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1201. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_time_valid(|)' hint='int mcal_time_valid(int hour, int minutes, int seconds) - Returns TRUE if the given year, month, day is a valid time. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1202. <tag menu='M' submenu='MCAL-->>mcal_event_set_recur_n - m' inserttext='mcal_week_of_year(|)' hint='int mcal_week_of_year(int day, int month, int year) - Returns the week number of the given date. (PHP 4)' flags='130'/>
  1203. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_adduser(|)' hint='int mcve_adduser(resource conn, string admin_password, int usersetup) - Add an MCVE user using usersetup structure. (PHP 4>=4.2.0)' flags='130'/>
  1204. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_adduserarg(|)' hint='int mcve_adduserarg(resource usersetup, int argtype, string argval) - Add a value to user configuration structure. (PHP 4>=4.2.0)' flags='130'/>
  1205. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_bt(|)' hint='int mcve_bt(resource conn, string username, string password) - Get unsettled batch totals. (PHP 4>=4.2.0)' flags='130'/>
  1206. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_checkstatus(|)' hint='int mcve_checkstatus(resource conn, int identifier) - Check to see if a transaction has completed. (PHP 4>=4.2.0)' flags='130'/>
  1207. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_chkpwd(|)' hint='int mcve_chkpwd(resource conn, string username, string password) - Verify Password. (PHP 4>=4.2.0)' flags='130'/>
  1208. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_chngpwd(|)' hint="int mcve_chngpwd(resource conn, string admin_password, string new_password) - Change the system administrator's password. (PHP 4>=4.2.0)" flags='130'/>
  1209. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_completeauthorizations(|)' hint='int mcve_completeauthorizations(resource conn, int &array) - Number of complete authorizations in queue, returning an array of their identifiers. (PHP 4>=4.2.0)' flags='130'/>
  1210. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_connect(|)' hint='int mcve_connect(resource conn) - Establish the connection to MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1211. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_connectionerror(|)' hint='string mcve_connectionerror(resource conn) - Get a textual representation of why a connection failed. (PHP 4>=4.3.0)' flags='130'/>
  1212. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_deleteresponse(|)' hint='bool mcve_deleteresponse(resource conn, int identifier) - Delete specified transaction from MCVE_CONN structure. (PHP 4>=4.2.0)' flags='130'/>
  1213. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_deletetrans(|)' hint='bool mcve_deletetrans(resource conn, int identifier) - Delete specified transaction from MCVE_CONN structure. (PHP 4>=4.3.0)' flags='130'/>
  1214. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_deleteusersetup(|)' hint='void mcve_deleteusersetup(resource usersetup) - Deallocate data associated with usersetup structure. (PHP 4>=4.2.0)' flags='130'/>
  1215. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_deluser(|)' hint='int mcve_deluser(resource conn, string admin_password, string username) - Delete an MCVE user account. (PHP 4>=4.2.0)' flags='130'/>
  1216. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_destroyconn(|)' hint='void mcve_destroyconn(resource conn) - Destroy the connection and MCVE_CONN structure. (PHP 4>=4.2.0)' flags='130'/>
  1217. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_destroyengine()' hint='void mcve_destroyengine(void) - Free memory associated with IP/SSL connectivity. (PHP 4>=4.2.0)' flags='130'/>
  1218. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_disableuser(|)' hint='int mcve_disableuser(resource conn, string admin_password, string username) - Disable an active MCVE user account. (PHP 4>=4.2.0)' flags='130'/>
  1219. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_edituser(|)' hint='int mcve_edituser(resource conn, string admin_password, int usersetup) - Edit MCVE user using usersetup structure. (PHP 4>=4.2.0)' flags='130'/>
  1220. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_enableuser(|)' hint='int mcve_enableuser(resource conn, string admin_password, string username) - Enable an inactive MCVE user account. (PHP 4>=4.2.0)' flags='130'/>
  1221. <tag menu='M' submenu='MCVE Payment-->>m - mcve_f' inserttext='mcve_force(|)' hint='int mcve_force(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum) - Send a FORCE to MCVE. (typically, a phone-authorization). (PHP 4>=4.2.0)' flags='130'/>
  1222. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getcell(|)' hint='string mcve_getcell(resource conn, int identifier, string column, int row) - Get a specific cell from a comma delimited response by column name. (PHP 4>=4.2.0)' flags='130'/>
  1223. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getcellbynum(|)' hint='string mcve_getcellbynum(resource conn, int identifier, int column, int row) - Get a specific cell from a comma delimited response by column number. (PHP 4>=4.2.0)' flags='130'/>
  1224. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getcommadelimited(|)' hint='string mcve_getcommadelimited(resource conn, int identifier) - Get the RAW comma delimited data returned from MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1225. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getheader(|)' hint='string mcve_getheader(resource conn, int identifier, int column_num) - Get the name of the column in a comma-delimited response. (PHP 4>=4.2.0)' flags='130'/>
  1226. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getuserarg(|)' hint='string mcve_getuserarg(resource usersetup, int argtype) - Grab a value from usersetup structure. (PHP 4>=4.2.0)' flags='130'/>
  1227. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_getuserparam(|)' hint='string mcve_getuserparam(resource conn, long identifier, int key) - Get a user response parameter. (PHP 4>=4.3.0)' flags='130'/>
  1228. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_gft(|)' hint='int mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) - Audit MCVE for Failed transactions. (PHP 4>=4.2.0)' flags='130'/>
  1229. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_gl(|)' hint='int mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) - Audit MCVE for settled transactions. (PHP 4>=4.2.0)' flags='130'/>
  1230. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_gut(|)' hint='int mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) - Audit MCVE for Unsettled Transactions. (PHP 4>=4.2.0)' flags='130'/>
  1231. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_initconn()' hint='resource mcve_initconn(void) - Create and initialize an MCVE_CONN structure. (PHP 4>=4.2.0)' flags='130'/>
  1232. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_initengine(|)' hint='int mcve_initengine(string location) - Ready the client for IP/SSL Communication. (PHP 4>=4.2.0)' flags='130'/>
  1233. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_initusersetup()' hint='resource mcve_initusersetup(void) - Initialize structure to store user data. (PHP 4>=4.2.0)' flags='130'/>
  1234. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_iscommadelimited(|)' hint='int mcve_iscommadelimited(resource conn, int identifier) - Checks to see if response is comma delimited. (PHP 4>=4.2.0)' flags='130'/>
  1235. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_liststats(|)' hint='int mcve_liststats(resource conn, string admin_password) - List statistics for all users on MCVE system. (PHP 4>=4.2.0)' flags='130'/>
  1236. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_listusers(|)' hint='int mcve_listusers(resource conn, string admin_password) - List all users on MCVE system. (PHP 4>=4.2.0)' flags='130'/>
  1237. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_maxconntimeout(|)' hint='bool mcve_maxconntimeout(resource conn, int secs) - The maximum amount of time the API will attempt a connection to MCVE. (PHP 4>=4.3.0)' flags='130'/>
  1238. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_monitor(|)' hint='int mcve_monitor(resource conn) - Perform communication with MCVE (send/receive data) Non-blocking. (PHP 4>=4.2.0)' flags='130'/>
  1239. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_numcolumns(|)' hint='int mcve_numcolumns(resource conn, int identifier) - Number of columns returned in a comma delimited response. (PHP 4>=4.2.0)' flags='130'/>
  1240. <tag menu='M' submenu='MCVE Payment-->>mcve_g - mcve_n' inserttext='mcve_numrows(|)' hint='int mcve_numrows(resource conn, int identifier) - Number of rows returned in a comma delimited response. (PHP 4>=4.2.0)' flags='130'/>
  1241. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_override(|)' hint='int mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) - Send an OVERRIDE to MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1242. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_parsecommadelimited(|)' hint='int mcve_parsecommadelimited(resource conn, int identifier) - Parse the comma delimited response so mcve_getcell, etc will work. (PHP 4>=4.2.0)' flags='130'/>
  1243. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_ping(|)' hint='int mcve_ping(resource conn) - Send a ping request to MCVE. (PHP 4>=4.3.0)' flags='130'/>
  1244. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_preauth(|)' hint='int mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) - Send a PREAUTHORIZATION to MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1245. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_preauthcompletion(|)' hint='int mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum) - Complete a PREAUTHORIZATION... Ready it for settlement. (PHP 4>=4.2.0)' flags='130'/>
  1246. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_qc(|)' hint='int mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum) - Audit MCVE for a list of transactions in the outgoing queue. (PHP 4>=4.2.0)' flags='130'/>
  1247. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_responseparam(|)' hint='string mcve_responseparam(resource conn, long identifier, string key) - Get a custom response parameter. (PHP 4>=4.3.0)' flags='130'/>
  1248. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_return(|)' hint='int mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum) - Issue a RETURN or CREDIT to MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1249. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_returncode(|)' hint='int mcve_returncode(resource conn, int identifier) - Grab the exact return code from the transaction. (PHP 4>=4.2.0)' flags='130'/>
  1250. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_returnstatus(|)' hint='int mcve_returnstatus(resource conn, int identifier) - Check to see if the transaction was successful. (PHP 4>=4.2.0)' flags='130'/>
  1251. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_sale(|)' hint='int mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) - Send a SALE to MCVE. (PHP 4>=4.2.0)' flags='130'/>
  1252. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_setblocking(|)' hint='int mcve_setblocking(resource conn, int tf) - Set blocking/non-blocking mode for connection. (PHP 4>=4.3.0)' flags='130'/>
  1253. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_setdropfile(|)' hint='int mcve_setdropfile(resource conn, string directory) - Set the connection method to Drop-File. (PHP 4>=4.2.0)' flags='130'/>
  1254. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_setip(|)' hint='int mcve_setip(resource conn, string host, int port) - Set the connection method to IP. (PHP 4>=4.2.0)' flags='130'/>
  1255. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_setssl(|)' hint='int mcve_setssl(resource conn, string host, int port) - Set the connection method to SSL. (PHP 4>=4.2.0)' flags='130'/>
  1256. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_setssl_files(|)' hint='int mcve_setssl_files(string sslkeyfile, string sslcertfile) - Set certificate key files and certificates if server requires client certificate verification.' flags='130'/>
  1257. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_settimeout(|)' hint='int mcve_settimeout(resource conn, int seconds) - Set maximum transaction time (per trans). (PHP 4>=4.2.0)' flags='130'/>
  1258. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_settle(|)' hint='int mcve_settle(resource conn, string username, string password, string batch) - Issue a settlement command to do a batch deposit. (PHP 4>=4.2.0)' flags='130'/>
  1259. <tag menu='M' submenu='MCVE Payment-->>mcve_o - mcve_text_a' inserttext='mcve_text_avs(|)' hint='string mcve_text_avs(string code) - Get a textual representation of the return_avs. (PHP 4>=4.3.0)' flags='130'/>
  1260. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_text_code(|)' hint='string mcve_text_code(string code) - Get a textual representation of the return_code. (PHP 4>=4.3.0)' flags='130'/>
  1261. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_text_cv(|)' hint='string mcve_text_cv(int code) - Get a textual representation of the return_cv. (PHP 4>=4.3.0)' flags='130'/>
  1262. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionauth(|)' hint='string mcve_transactionauth(resource conn, int identifier) - Get the authorization number returned for the transaction (alpha-numeric). (PHP 4>=4.2.0)' flags='130'/>
  1263. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionavs(|)' hint='int mcve_transactionavs(resource conn, int identifier) - Get the Address Verification return status. (PHP 4>=4.2.0)' flags='130'/>
  1264. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionbatch(|)' hint='int mcve_transactionbatch(resource conn, int identifier) - Get the batch number associated with the transaction. (PHP 4>=4.2.0)' flags='130'/>
  1265. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactioncv(|)' hint='int mcve_transactioncv(resource conn, int identifier) - Get the CVC2/CVV2/CID return status. (PHP 4>=4.2.0)' flags='130'/>
  1266. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionid(|)' hint='int mcve_transactionid(resource conn, int identifier) - Get the unique system id for the transaction. (PHP 4>=4.2.0)' flags='130'/>
  1267. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionitem(|)' hint='int mcve_transactionitem(resource conn, int identifier) - Get the ITEM number in the associated batch for this transaction. (PHP 4>=4.2.0)' flags='130'/>
  1268. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactionssent(|)' hint='int mcve_transactionssent(resource conn) - Check to see if outgoing buffer is clear. (PHP 4>=4.2.0)' flags='130'/>
  1269. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transactiontext(|)' hint='string mcve_transactiontext(resource conn, int identifier) - Get verbiage (text) return from MCVE or processing institution. (PHP 4>=4.2.0)' flags='130'/>
  1270. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transinqueue(|)' hint='int mcve_transinqueue(resource conn) - Number of transactions in client-queue. (PHP 4>=4.2.0)' flags='130'/>
  1271. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transnew(|)' hint='int mcve_transnew(resource conn) - Start a new transaction. (PHP 4>=4.3.0)' flags='130'/>
  1272. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transparam(|)' hint='int mcve_transparam(resource conn, long identifier, int key) - Add a parameter to a transaction. (PHP 4>=4.3.0)' flags='130'/>
  1273. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_transsend(|)' hint='int mcve_transsend(resource conn, long identifier) - Finalize and send the transaction. (PHP 4>=4.3.0)' flags='130'/>
  1274. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_ub(|)' hint='int mcve_ub(resource conn, string username, string password) - Get a list of all Unsettled batches. (PHP 4>=4.2.0)' flags='130'/>
  1275. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_uwait(|)' hint='int mcve_uwait(long microsecs) - Wait x microsecs. (PHP 4>=4.3.0)' flags='130'/>
  1276. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_verifyconnection(|)' hint='bool mcve_verifyconnection(resource conn, int tf) - Set whether or not to PING upon connect to verify connection. (PHP 4>=4.3.0)' flags='130'/>
  1277. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_verifysslcert(|)' hint='bool mcve_verifysslcert(resource conn, int tf) - Set whether or not to verify the server ssl certificate. (PHP 4>=4.3.0)' flags='130'/>
  1278. <tag menu='M' submenu='MCVE Payment-->>mcve_text_c - m' inserttext='mcve_void(|)' hint='int mcve_void(resource conn, string username, string password, int sid, int ptrannum) - VOID a transaction in the settlement queue. (PHP 4>=4.2.0)' flags='130'/>
  1279. <tag menu='M' submenu='Mail' inserttext='ezmlm_hash(|)' hint='int ezmlm_hash(string addr) - Calculate the hash value needed by EZMLM. (PHP 3>=3.0.17, PHP 4>=4.0.2)' flags='130'/>
  1280. <tag menu='M' submenu='Mail' inserttext='mail(|)' hint='bool mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]]) - Send mail. (PHP 3, PHP 4)' flags='130'/>
  1281. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='abs(|)' hint='number abs(mixed number) - Absolute value. (PHP 3, PHP 4)' flags='130'/>
  1282. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='acos(|)' hint='float acos(float arg) - Arc cosine. (PHP 3, PHP 4)' flags='130'/>
  1283. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='acosh(|)' hint='float acosh(float arg) - Inverse hyperbolic cosine. (PHP 4>=4.1.0)' flags='130'/>
  1284. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='asin(|)' hint='float asin(float arg) - Arc sine. (PHP 3, PHP 4)' flags='130'/>
  1285. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='asinh(|)' hint='float asinh(float arg) - Inverse hyperbolic sine. (PHP 4>=4.1.0)' flags='130'/>
  1286. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='atan(|)' hint='float atan(float arg) - Arc tangent. (PHP 3, PHP 4)' flags='130'/>
  1287. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='atan2(|)' hint='float atan2(float y, float x) - Arc tangent of two variables. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  1288. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='atanh(|)' hint='float atanh(float arg) - Inverse hyperbolic tangent. (PHP 4>=4.1.0)' flags='130'/>
  1289. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='base_convert(|)' hint='string base_convert(string number, int frombase, int tobase) - Convert a number between arbitrary bases. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1290. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='bindec(|)' hint='int bindec(string binary_string) - Binary to decimal. (PHP 3, PHP 4)' flags='130'/>
  1291. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='ceil(|)' hint='float ceil(float value) - Round fractions up. (PHP 3, PHP 4)' flags='130'/>
  1292. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='cos(|)' hint='float cos(float arg) - Cosine. (PHP 3, PHP 4)' flags='130'/>
  1293. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='cosh(|)' hint='float cosh(float arg) - Hyperbolic cosine. (PHP 4>=4.1.0)' flags='130'/>
  1294. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='decbin(|)' hint='string decbin(int number) - Decimal to binary. (PHP 3, PHP 4)' flags='130'/>
  1295. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='dechex(|)' hint='string dechex(int number) - Decimal to hexadecimal. (PHP 3, PHP 4)' flags='130'/>
  1296. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='decoct(|)' hint='string decoct(int number) - Decimal to octal. (PHP 3, PHP 4)' flags='130'/>
  1297. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='deg2rad(|)' hint='float deg2rad(float number) - Converts the number in degrees to the radian equivalent. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1298. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='exp(|)' hint='float exp(float arg) - Calculates the exponent of e (the Neperian or Natural logarithm base). (PHP 3, PHP 4)' flags='130'/>
  1299. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='expm1(|)' hint='float expm1(float number) - Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero. (PHP 4>=4.1.0)' flags='130'/>
  1300. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='floor(|)' hint='float floor(float value) - Round fractions down. (PHP 3, PHP 4)' flags='130'/>
  1301. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='fmod(|)' hint='float fmod(float x, float y) - Returns the floating point remainder (modulo) of the division of the arguments. (PHP 4>=4.2.0)' flags='130'/>
  1302. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='getrandmax()' hint='int getrandmax(void) - Show largest possible random value. (PHP 3, PHP 4)' flags='130'/>
  1303. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='hexdec(|)' hint='int hexdec(string hex_string) - Hexadecimal to decimal. (PHP 3, PHP 4)' flags='130'/>
  1304. <tag menu='M' submenu='Mathematical-->>a - h' inserttext='hypot(|)' hint='float hypot(float num1, float num2) - Returns sqrt(num1*num1 + num2*num2). (PHP 4>=4.1.0)' flags='130'/>
  1305. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='is_finite(|)' hint='bool is_finite(float val) - Finds whether a value is a legal finite number. (PHP 4>=4.2.0)' flags='130'/>
  1306. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='is_infinite(|)' hint='bool is_infinite(float val) - Finds whether a value is infinite. (PHP 4>=4.2.0)' flags='130'/>
  1307. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='is_nan(|)' hint='bool is_nan(float val) - Finds whether a value is not a number. (PHP 4>=4.2.0)' flags='130'/>
  1308. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='lcg_value()' hint='float lcg_value(void) - Combined linear congruential generator. (PHP 4)' flags='130'/>
  1309. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='log(|)' hint='float log(float arg [, float base]) - Natural logarithm. (PHP 3, PHP 4)' flags='130'/>
  1310. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='log10(|)' hint='float log10(float arg) - Base-10 logarithm. (PHP 3, PHP 4)' flags='130'/>
  1311. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='log1p(|)' hint='float log1p(float number) - Returns log(1 + number), computed in a way that accurate even when the value of number is close to zero. (PHP 4>=4.1.0)' flags='130'/>
  1312. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='max(|)' hint='mixed max(number arg1, number arg2 [, number ...]) - Find highest value. (PHP 3, PHP 4)' flags='130'/>
  1313. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='min(|)' hint='mixed min(number arg1, number arg2 [, number ...]) - Find lowest value. (PHP 3, PHP 4)' flags='130'/>
  1314. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='mt_getrandmax()' hint='int mt_getrandmax(void) - Show largest possible random value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1315. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='mt_rand(|)' hint='int mt_rand([int min, int max]) - Generate a better random value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1316. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='mt_srand(|)' hint='void mt_srand([int seed]) - Seed the better random number generator. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1317. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='octdec(|)' hint='int octdec(string octal_string) - Octal to decimal. (PHP 3, PHP 4)' flags='130'/>
  1318. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='pi()' hint='float pi(void) - Get value of pi. (PHP 3, PHP 4)' flags='130'/>
  1319. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='pow(|)' hint='number pow(number base, number exp) - Exponential expression. (PHP 3, PHP 4)' flags='130'/>
  1320. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='rad2deg(|)' hint='float rad2deg(float number) - Converts the radian number to the equivalent number in degrees. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1321. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='rand(|)' hint='int rand([int min, int max]) - Generate a random value. (PHP 3, PHP 4)' flags='130'/>
  1322. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='round(|)' hint='float round(float val [, int precision]) - Rounds a float. (PHP 3, PHP 4)' flags='130'/>
  1323. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='sin(|)' hint='float sin(float arg) - Sine. (PHP 3, PHP 4)' flags='130'/>
  1324. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='sinh(|)' hint='float sinh(float arg) - Hyperbolic sine. (PHP 4>=4.1.0)' flags='130'/>
  1325. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='sqrt(|)' hint='float sqrt(float arg) - Square root. (PHP 3, PHP 4)' flags='130'/>
  1326. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='srand(|)' hint='void srand([int seed]) - Seed the random number generator. (PHP 3, PHP 4)' flags='130'/>
  1327. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='tan(|)' hint='float tan(float arg) - Tangent. (PHP 3, PHP 4)' flags='130'/>
  1328. <tag menu='M' submenu='Mathematical-->>i - t' inserttext='tanh(|)' hint='float tanh(float arg) - Hyperbolic tangent. (PHP 4>=4.1.0)' flags='130'/>
  1329. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_cbc(|)' hint='string mcrypt_cbc(int cipher, string key, string data, int mode [, string iv]) - Encrypt/decrypt data in CBC mode. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1330. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_cfb(|)' hint='string mcrypt_cfb(int cipher, string key, string data, int mode, string iv) - Encrypt/decrypt data in CFB mode. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1331. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_create_iv(|)' hint='string mcrypt_create_iv(int size, int source) - Create an initialization vector (IV) from a random source. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1332. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_decrypt(|)' hint='string mcrypt_decrypt(string cipher, string key, string data, string mode [, string iv]) - Decrypts crypttext with given parameters. (PHP 4>=4.0.2)' flags='130'/>
  1333. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_ecb(|)' hint='string mcrypt_ecb(int cipher, string key, string data, int mode) - Encrypt/decrypt data in ECB mode. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1334. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_algorithms_name(|)' hint='string mcrypt_enc_get_algorithms_name(resource td) - Returns the name of the opened algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1335. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_block_size(|)' hint='int mcrypt_enc_get_block_size(resource td) - Returns the blocksize of the opened algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1336. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_iv_size(|)' hint='int mcrypt_enc_get_iv_size(resource td) - Returns the size of the IV of the opened algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1337. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_key_size(|)' hint='int mcrypt_enc_get_key_size(resource td) - Returns the maximum supported keysize of the opened mode. (PHP 4>=4.0.2)' flags='130'/>
  1338. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_modes_name(|)' hint='string mcrypt_enc_get_modes_name(resource td) - Returns the name of the opened mode. (PHP 4>=4.0.2)' flags='130'/>
  1339. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_get_supported_key_sizes(|)' hint='array mcrypt_enc_get_supported_key_sizes(resource td) - Returns an array with the supported keysizes of the opened algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1340. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_is_block_algorithm(|)' hint='bool mcrypt_enc_is_block_algorithm(resource td) - Checks whether the algorithm of the opened mode is a block algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1341. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_is_block_algorithm_mode(|)' hint='bool mcrypt_enc_is_block_algorithm_mode(resource td) - Checks whether the encryption of the opened mode works on blocks. (PHP 4>=4.0.2)' flags='130'/>
  1342. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_is_block_mode(|)' hint='bool mcrypt_enc_is_block_mode(resource td) - Checks whether the opened mode outputs blocks. (PHP 4>=4.0.2)' flags='130'/>
  1343. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_enc_self_test(|)' hint='bool mcrypt_enc_self_test(resource td) - This function runs a self test on the opened module. (PHP 4>=4.0.2)' flags='130'/>
  1344. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_encrypt(|)' hint='string mcrypt_encrypt(string cipher, string key, string data, string mode [, string iv]) - Encrypts plaintext with given parameters. (PHP 4>=4.0.2)' flags='130'/>
  1345. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_generic(|)' hint='string mcrypt_generic(resource td, string data) - This function encrypts data. (PHP 4>=4.0.2)' flags='130'/>
  1346. <tag menu='M' submenu='Mcrypt Encryption-->>m - mcrypt_generic_d' inserttext='mcrypt_generic_deinit(|)' hint='bool mcrypt_generic_deinit(resource td) - This function deinitializes an encryption module. (PHP 4>=4.1.1)' flags='130'/>
  1347. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_generic_end(|)' hint='bool mcrypt_generic_end(resource td) - This function terminates encryption. (PHP 4>=4.0.2)' flags='130'/>
  1348. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_generic_init(|)' hint='int mcrypt_generic_init(resource td, string key, string iv) - This function initializes all buffers needed for encryption. (PHP 4>=4.0.2)' flags='130'/>
  1349. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_get_block_size(|)' hint='int mcrypt_get_block_size(int cipher) - Get the block size of the specified cipher. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1350. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_get_cipher_name(|)' hint='string mcrypt_get_cipher_name(int cipher) - Get the name of the specified cipher. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1351. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_get_iv_size(|)' hint='int mcrypt_get_iv_size(string cipher, string mode) - Returns the size of the IV belonging to a specific cipher/mode combination. (PHP 4>=4.0.2)' flags='130'/>
  1352. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_get_key_size(|)' hint='int mcrypt_get_key_size(int cipher) - Get the key size of the specified cipher. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1353. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_list_algorithms(|)' hint='array mcrypt_list_algorithms([string lib_dir]) - Get an array of all supported ciphers. (PHP 4>=4.0.2)' flags='130'/>
  1354. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_list_modes(|)' hint='array mcrypt_list_modes([string lib_dir]) - Get an array of all supported modes. (PHP 4>=4.0.2)' flags='130'/>
  1355. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_close(|)' hint='bool mcrypt_module_close(resource td) - Close the mcrypt module. (PHP 4>=4.0.2)' flags='130'/>
  1356. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_get_algo_block_size(|)' hint='int mcrypt_module_get_algo_block_size(string algorithm [, string lib_dir]) - Returns the blocksize of the specified algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1357. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_get_algo_key_size(|)' hint='int mcrypt_module_get_algo_key_size(string algorithm [, string lib_dir]) - Returns the maximum supported keysize of the opened mode. (PHP 4>=4.0.2)' flags='130'/>
  1358. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_get_supported_key_sizes(|)' hint='array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir]) - Returns an array with the supported keysizes of the opened algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1359. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_is_block_algorithm(|)' hint='bool mcrypt_module_is_block_algorithm(string algorithm [, string lib_dir]) - This function checks whether the specified algorithm is a block algorithm. (PHP 4>=4.0.2)' flags='130'/>
  1360. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_is_block_algorithm_mode(|)' hint='bool mcrypt_module_is_block_algorithm_mode(string mode [, string lib_dir]) - Returns if the specified module is a block algorithm or not. (PHP 4>=4.0.2)' flags='130'/>
  1361. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_is_block_mode(|)' hint='bool mcrypt_module_is_block_mode(string mode [, string lib_dir]) - Returns if the specified mode outputs blocks or not. (PHP 4>=4.0.2)' flags='130'/>
  1362. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_open(|)' hint='resource mcrypt_module_open(string algorithm, string algorithm_directory, string mode, string mode_directory) - Opens the module of the algorithm and the mode to be used. (PHP 4>=4.0.2)' flags='130'/>
  1363. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_module_self_test(|)' hint='bool mcrypt_module_self_test(string algorithm [, string lib_dir]) - This function runs a self test on the specified module. (PHP 4>=4.0.2)' flags='130'/>
  1364. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mcrypt_ofb(|)' hint='string mcrypt_ofb(int cipher, string key, string data, int mode, string iv) - Encrypt/decrypt data in OFB mode. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1365. <tag menu='M' submenu='Mcrypt Encryption-->>mcrypt_generic_e - m' inserttext='mdecrypt_generic(|)' hint='string mdecrypt_generic(resource td, string data) - Decrypt data. (PHP 4>=4.0.2)' flags='130'/>
  1366. <tag menu='M' submenu='Mhash' inserttext='mhash(|)' hint='string mhash(int hash, string data [, string key]) - Compute hash. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  1367. <tag menu='M' submenu='Mhash' inserttext='mhash_count()' hint='int mhash_count(void) - Get the highest available hash id. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  1368. <tag menu='M' submenu='Mhash' inserttext='mhash_get_block_size(|)' hint='int mhash_get_block_size(int hash) - Get the block size of the specified hash. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  1369. <tag menu='M' submenu='Mhash' inserttext='mhash_get_hash_name(|)' hint='string mhash_get_hash_name(int hash) - Get the name of the specified hash. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  1370. <tag menu='M' submenu='Mhash' inserttext='mhash_keygen_s2k(|)' hint='string mhash_keygen_s2k(int hash, string password, string salt, int bytes) - Generates a key. (PHP 4>=4.0.4)' flags='130'/>
  1371. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_bind(|)' hint='bool mssql_bind(resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]]) - Adds a parameter to a stored procedure or a remote stored procedure. (PHP 4>=4.1.0)' flags='130'/>
  1372. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_close(|)' hint='bool mssql_close([resource link_identifier]) - Close MS SQL Server connection. (PHP 3, PHP 4)' flags='130'/>
  1373. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_connect(|)' hint='int mssql_connect([string servername [, string username [, string password]]]) - Open MS SQL server connection. (PHP 3, PHP 4)' flags='130'/>
  1374. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_data_seek(|)' hint='bool mssql_data_seek(resource result_identifier, int row_number) - Moves internal row pointer. (PHP 3, PHP 4)' flags='130'/>
  1375. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_execute(|)' hint='mixed mssql_execute(resource stmt [, bool skip_results]) - Executes a stored procedure on a MS SQL server database. (PHP 4>=4.1.0)' flags='130'/>
  1376. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_array(|)' hint='array mssql_fetch_array(resource result [, int result_type]) - Fetch a result row as an associative array, a numeric array, or both. (PHP 3, PHP 4)' flags='130'/>
  1377. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_assoc(|)' hint='array mssql_fetch_assoc(resource result_id) - Returns an associative array of the current row in the result set specified by result_id. (PHP 4>=4.2.0)' flags='130'/>
  1378. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_batch(|)' hint='int mssql_fetch_batch(resource result_index) - Returns the next batch of records. (PHP 4>=4.0.4)' flags='130'/>
  1379. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_field(|)' hint='object mssql_fetch_field(resource result [, int field_offset]) - Get field information. (PHP 3, PHP 4)' flags='130'/>
  1380. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_object(|)' hint='object mssql_fetch_object(resource result) - Fetch row as object. (PHP 3)' flags='130'/>
  1381. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_fetch_row(|)' hint='array mssql_fetch_row(resource result) - Get row as enumerated array. (PHP 3, PHP 4)' flags='130'/>
  1382. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_field_length(|)' hint='int mssql_field_length(resource result [, int offset]) - Get the length of a field. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1383. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_field_name(|)' hint='string mssql_field_name(resource result [, int offset]) - Get the name of a field. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1384. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_field_seek(|)' hint='bool mssql_field_seek(resource result, int field_offset) - Seeks to the specified field offset. (PHP 3, PHP 4)' flags='130'/>
  1385. <tag menu='M' submenu='Microsoft SQL Server-->>m - mssql_fi' inserttext='mssql_field_type(|)' hint='string mssql_field_type(resource result [, int offset]) - Gets the type of a field. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  1386. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_free_result(|)' hint='bool mssql_free_result(resource result) - Free result memory. (PHP 3, PHP 4)' flags='130'/>
  1387. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_free_statement(|)' hint='bool mssql_free_statement(resource statement) - Free statement memory. (PHP 4>=4.3.2)' flags='130'/>
  1388. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_get_last_message()' hint='string mssql_get_last_message(void) - Returns the last message from the server. (PHP 3, PHP 4)' flags='130'/>
  1389. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_guid_string(|)' hint='string mssql_guid_string(string binary [, int short_format]) - Converts a 16 byte binary GUID to a string. (PHP 4>=4.1.0)' flags='130'/>
  1390. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_init(|)' hint='int mssql_init(string sp_name [, resource conn_id]) - Initializes a stored procedure or a remote stored procedure. (PHP 4>=4.1.0)' flags='130'/>
  1391. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_min_error_severity(|)' hint='void mssql_min_error_severity(int severity) - Sets the lower error severity. (PHP 3, PHP 4)' flags='130'/>
  1392. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_min_message_severity(|)' hint='void mssql_min_message_severity(int severity) - Sets the lower message severity. (PHP 3, PHP 4)' flags='130'/>
  1393. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_next_result(|)' hint='bool mssql_next_result(resource result_id) - Move the internal result pointer to the next result. (PHP 4>=4.0.5)' flags='130'/>
  1394. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_num_fields(|)' hint='int mssql_num_fields(resource result) - Gets the number of fields in result. (PHP 3, PHP 4)' flags='130'/>
  1395. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_num_rows(|)' hint='int mssql_num_rows(resource result) - Gets the number of rows in result. (PHP 3, PHP 4)' flags='130'/>
  1396. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_pconnect(|)' hint='int mssql_pconnect([string servername [, string username [, string password]]]) - Open persistent MS SQL connection. (PHP 3, PHP 4)' flags='130'/>
  1397. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_query(|)' hint='resource mssql_query(string query [, resource link_identifier [, int batch_size]]) - Send MS SQL query. (PHP 3, PHP 4)' flags='130'/>
  1398. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_result(|)' hint='string mssql_result(resource result, int row, mixed field) - Get result data. (PHP 3, PHP 4)' flags='130'/>
  1399. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_rows_affected(|)' hint='int mssql_rows_affected(resource conn_id) - Returns the number of records affected by the query. (PHP 4>=4.0.4)' flags='130'/>
  1400. <tag menu='M' submenu='Microsoft SQL Server-->>mssql_fr - m' inserttext='mssql_select_db(|)' hint='bool mssql_select_db(string database_name [, resource link_identifier]) - Select MS SQL database. (PHP 3, PHP 4)' flags='130'/>
  1401. <tag menu='M' submenu='Mimetype' inserttext='mime_content_type(|)' hint='string mime_content_type(string filename) - Detect MIME Content-type for a file. (PHP 4>=4.3.0)' flags='130'/>
  1402. <tag menu='M' submenu='Miscellaneous' inserttext='connection_aborted()' hint='int connection_aborted(void) - Returns TRUE if client disconnected. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1403. <tag menu='M' submenu='Miscellaneous' inserttext='connection_status()' hint='int connection_status(void) - Returns connection status bitfield. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1404. <tag menu='M' submenu='Miscellaneous' inserttext='connection_timeout()' hint='bool connection_timeout(void) - Return TRUE if script timed out. (PHP 3>=3.0.7, PHP 4<=4.0.4)' flags='130'/>
  1405. <tag menu='M' submenu='Miscellaneous' inserttext='constant(|)' hint='mixed constant(string name) - Returns the value of a constant. (PHP 4>=4.0.4)' flags='130'/>
  1406. <tag menu='M' submenu='Miscellaneous' inserttext='define(|)' hint='bool define(string name, mixed value [, bool case_insensitive]) - Defines a named constant. (PHP 3, PHP 4)' flags='130'/>
  1407. <tag menu='M' submenu='Miscellaneous' inserttext='defined(|)' hint='bool defined(string name) - Checks whether a given named constant exists. (PHP 3, PHP 4)' flags='130'/>
  1408. <tag menu='M' submenu='Miscellaneous' inserttext='die(|)' hint='die - Alias of exit().' flags='130'/>
  1409. <tag menu='M' submenu='Miscellaneous' inserttext='eval(|)' hint='mixed eval(string code_str) - Evaluate a string as PHP code. (PHP 3, PHP 4)' flags='130'/>
  1410. <tag menu='M' submenu='Miscellaneous' inserttext='exit(|)' hint='void exit([string status]) - Output a message and terminate the current script. (PHP 3, PHP 4)' flags='130'/>
  1411. <tag menu='M' submenu='Miscellaneous' inserttext='get_browser(|)' hint="object get_browser([string user_agent]) - Tells what the user's browser is capable of. (PHP 3, PHP 4)" flags='130'/>
  1412. <tag menu='M' submenu='Miscellaneous' inserttext='highlight_file(|)' hint='mixed highlight_file(string filename [, bool return]) - Syntax highlighting of a file. (PHP 4)' flags='130'/>
  1413. <tag menu='M' submenu='Miscellaneous' inserttext='highlight_string(|)' hint='mixed highlight_string(string str [, bool return]) - Syntax highlighting of a string. (PHP 4)' flags='130'/>
  1414. <tag menu='M' submenu='Miscellaneous' inserttext='ignore_user_abort(|)' hint='int ignore_user_abort([bool setting]) - Set whether a client disconnect should abort script execution. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1415. <tag menu='M' submenu='Miscellaneous' inserttext='pack(|)' hint='string pack(string format [, mixed args]) - Pack data into binary string. (PHP 3, PHP 4)' flags='130'/>
  1416. <tag menu='M' submenu='Miscellaneous' inserttext='show_source(|)' hint='show_source - Alias of highlight_file().' flags='130'/>
  1417. <tag menu='M' submenu='Miscellaneous' inserttext='sleep(|)' hint='void sleep(int seconds) - Delay execution. (PHP 3, PHP 4)' flags='130'/>
  1418. <tag menu='M' submenu='Miscellaneous' inserttext='uniqid(|)' hint='string uniqid(string prefix [, bool lcg]) - Generate a unique ID. (PHP 3, PHP 4)' flags='130'/>
  1419. <tag menu='M' submenu='Miscellaneous' inserttext='unpack(|)' hint='array unpack(string format, string data) - Unpack data from binary string. (PHP 3, PHP 4)' flags='130'/>
  1420. <tag menu='M' submenu='Miscellaneous' inserttext='usleep(|)' hint='void usleep(int micro_seconds) - Delay execution in microseconds. (PHP 3, PHP 4)' flags='130'/>
  1421. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_connect(|)' hint='bool msession_connect(string host, string port) - Connect to msession server. (PHP 4>=4.2.0)' flags='130'/>
  1422. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_count()' hint='int msession_count(void) - Get session count. (PHP 4>=4.2.0)' flags='130'/>
  1423. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_create(|)' hint='bool msession_create(string session) - Create a session. (PHP 4>=4.2.0)' flags='130'/>
  1424. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_destroy(|)' hint='bool msession_destroy(string name) - Destroy a session. (PHP 4>=4.2.0)' flags='130'/>
  1425. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_disconnect()' hint='void msession_disconnect(void) - Close connection to msession server. (PHP 4>=4.2.0)' flags='130'/>
  1426. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_find(|)' hint='array msession_find(string name, string value) - Find value. (PHP 4>=4.2.0)' flags='130'/>
  1427. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_get(|)' hint='string msession_get(string session, string name, string value) - Get value from session. (PHP 4>=4.2.0)' flags='130'/>
  1428. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_get_array(|)' hint='array msession_get_array(string session) - Get array of ... ?. (PHP 4>=4.2.0)' flags='130'/>
  1429. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_getdata(|)' hint='string msession_getdata(string session) - Get data ... ?.' flags='130'/>
  1430. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_inc(|)' hint='string msession_inc(string session, string name) - Increment value in session. (PHP 4>=4.2.0)' flags='130'/>
  1431. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_list()' hint='array msession_list(void) - List ... ?. (PHP 4>=4.2.0)' flags='130'/>
  1432. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_listvar(|)' hint='array msession_listvar(string name) - List sessions with variable. (PHP 4>=4.2.0)' flags='130'/>
  1433. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_lock(|)' hint='int msession_lock(string name) - Lock a session. (PHP 4>=4.2.0)' flags='130'/>
  1434. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_plugin(|)' hint='string msession_plugin(string session, string val [, string param]) - Call an escape function within the msession personality plugin. (PHP 4>=4.2.0)' flags='130'/>
  1435. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_randstr(|)' hint='string msession_randstr(int param) - Get random string. (PHP 4>=4.2.0)' flags='130'/>
  1436. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_set(|)' hint='bool msession_set(string session, string name, string value) - Set value in session. (PHP 4>=4.2.0)' flags='130'/>
  1437. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_set_array(|)' hint='bool msession_set_array(string session, array tuples) - Set array of ... (PHP 4>=4.2.0)' flags='130'/>
  1438. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_setdata(|)' hint='bool msession_setdata(string session, string value) - Set data  ... ?.' flags='130'/>
  1439. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_timeout(|)' hint='int msession_timeout(string session [, int param]) - Set/get session timeout. (PHP 4>=4.2.0)' flags='130'/>
  1440. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_uniq(|)' hint='string msession_uniq(int param) - Get uniq id. (PHP 4>=4.2.0)' flags='130'/>
  1441. <tag menu='M' submenu='Mohawk Software session handler' inserttext='msession_unlock(|)' hint='int msession_unlock(string session, int key) - Unlock a session. (PHP 4>=4.2.0)' flags='130'/>
  1442. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_convert_case(|)' hint='string mb_convert_case(string str, int mode [, string encoding]) - Perform case folding on a string. (PHP 4>=4.3.0)' flags='130'/>
  1443. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_convert_encoding(|)' hint='string mb_convert_encoding(string str, string to-encoding [, mixed from-encoding]) - Convert character encoding. (PHP 4>=4.0.6)' flags='130'/>
  1444. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_convert_kana(|)' hint='string mb_convert_kana(string str, string option [, mixed encoding]) - Convert "kana" one from another ("zen-kaku", "han-kaku" and more). (PHP 4>=4.0.6)' flags='130'/>
  1445. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_convert_variables(|)' hint='string mb_convert_variables(string to-encoding, mixed from-encoding, mixed vars) - Convert character code in variable(s). (PHP 4>=4.0.6)' flags='130'/>
  1446. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_decode_mimeheader(|)' hint='string mb_decode_mimeheader(string str) - Decode string in MIME header field. (PHP 4>=4.0.6)' flags='130'/>
  1447. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_decode_numericentity(|)' hint='string mb_decode_numericentity(string str, array convmap [, string encoding]) - Decode HTML numeric string reference to character. (PHP 4>=4.0.6)' flags='130'/>
  1448. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_detect_encoding(|)' hint='string mb_detect_encoding(string str [, mixed encoding-list]) - Detect character encoding. (PHP 4>=4.0.6)' flags='130'/>
  1449. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_detect_order(|)' hint='array mb_detect_order([mixed encoding-list]) - Set/Get character encoding detection order. (PHP 4>=4.0.6)' flags='130'/>
  1450. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_encode_mimeheader(|)' hint='string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed]]]) - Encode string for MIME header. (PHP 4>=4.0.6)' flags='130'/>
  1451. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_encode_numericentity(|)' hint='string mb_encode_numericentity(string str, array convmap [, string encoding]) - Encode character to HTML numeric string reference. (PHP 4>=4.0.6)' flags='130'/>
  1452. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg(|)' hint='int mb_ereg(string pattern, string string [, array regs]) - Regular expression match with multibyte support. (4.2.0-4.3.2 only)' flags='130'/>
  1453. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_match(|)' hint='bool mb_ereg_match(string pattern, string string [, string option]) - Regular expression match for multibyte string. (4.2.0-4.3.2 only)' flags='130'/>
  1454. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_replace(|)' hint='string mb_ereg_replace(string pattern, string replacement, string string [, array option]) - Replace regular expression with multibyte support. (4.2.0-4.3.2 only)' flags='130'/>
  1455. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search(|)' hint='bool mb_ereg_search([string pattern [, string option]]) - Multibyte regular expression match for predefined multibyte string. (4.2.0-4.3.2 only)' flags='130'/>
  1456. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_getpos()' hint='array mb_ereg_search_getpos(void) - Returns start point for next regular expression match. (4.2.0-4.3.2 only)' flags='130'/>
  1457. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_getregs()' hint='array mb_ereg_search_getregs(void) - Retrieve the result from the last multibyte regular expression match. (4.2.0-4.3.2 only)' flags='130'/>
  1458. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_init(|)' hint='array mb_ereg_search_init(string string [, string pattern [, string option]]) - Setup string and regular expression for multibyte regular expression match. (4.2.0-4.3.2 only)' flags='130'/>
  1459. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_pos(|)' hint='array mb_ereg_search_pos([string pattern [, string option]]) - Return position and length of matched part of multibyte regular expression for predefined multibyte string. (4.2.0-4.3.2 only)' flags='130'/>
  1460. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_regs(|)' hint='array mb_ereg_search_regs([string pattern [, string option]]) - Returns the matched part of multibyte regular expression. (4.2.0-4.3.2 only)' flags='130'/>
  1461. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_ereg_search_setpos()' hint='array mb_ereg_search_setpos(void) - Set start point of next regular expression match. (4.2.0-4.3.2 only)' flags='130'/>
  1462. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_eregi(|)' hint='int mb_eregi(string pattern, string string [, array regs]) - Regular expression match ignoring case with multibyte support. (4.2.0-4.3.2 only)' flags='130'/>
  1463. <tag menu='M' submenu='Multi-Byte String-->>m - mb_e' inserttext='mb_eregi_replace(|)' hint='string mb_eregi_replace(string pattern, string replace, string string) - Replace regular expression with multibyte support ignoring case. (4.2.0-4.3.2 only)' flags='130'/>
  1464. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_get_info(|)' hint='string mb_get_info([string type]) - Get internal settings of mbstring. (PHP 4>=4.2.0)' flags='130'/>
  1465. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_http_input(|)' hint='string mb_http_input([string type]) - Detect HTTP input character encoding. (PHP 4>=4.0.6)' flags='130'/>
  1466. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_http_output(|)' hint='string mb_http_output([string encoding]) - Set/Get HTTP output character encoding. (PHP 4>=4.0.6)' flags='130'/>
  1467. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_internal_encoding(|)' hint='string mb_internal_encoding([string encoding]) - Set/Get internal character encoding. (PHP 4>=4.0.6)' flags='130'/>
  1468. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_language(|)' hint='string mb_language([string language]) - Set/Get current language. (PHP 4>=4.0.6)' flags='130'/>
  1469. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_output_handler(|)' hint='string mb_output_handler(string contents, int status) - Callback function converts character encoding in output buffer. (PHP 4>=4.0.6)' flags='130'/>
  1470. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_parse_str(|)' hint='bool mb_parse_str(string encoded_string [, array result]) - Parse GET/POST/COOKIE data and set global variable. (PHP 4>=4.0.6)' flags='130'/>
  1471. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_preferred_mime_name(|)' hint='string mb_preferred_mime_name(string encoding) - Get MIME charset string. (PHP 4>=4.0.6)' flags='130'/>
  1472. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_regex_encoding(|)' hint='string mb_regex_encoding([string encoding]) - Returns current encoding for multibyte regex as string. (4.2.0-4.3.2 only)' flags='130'/>
  1473. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_regex_set_options(|)' hint='string mb_regex_set_options([string options]) - Set/Get the default options for mbregex functions. (4.3.0-4.3.2 only)' flags='130'/>
  1474. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_send_mail(|)' hint='bool mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameter]]) - Send encoded mail. (PHP 4>=4.0.6)' flags='130'/>
  1475. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_split(|)' hint='array mb_split(string pattern, string string [, int limit]) - Split multibyte string using regular expression. (4.2.0-4.3.2 only)' flags='130'/>
  1476. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strcut(|)' hint='string mb_strcut(string str, int start [, int length [, string encoding]]) - Get part of string. (PHP 4>=4.0.6)' flags='130'/>
  1477. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strimwidth(|)' hint='string mb_strimwidth(string str, int start, int width, string trimmarker [, string encoding]) - Get truncated string with specified width. (PHP 4>=4.0.6)' flags='130'/>
  1478. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strlen(|)' hint='string mb_strlen(string str [, string encoding]) - Get string length. (PHP 4>=4.0.6)' flags='130'/>
  1479. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strpos(|)' hint='int mb_strpos(string haystack, string needle [, int offset [, string encoding]]) - Find position of first occurrence of string in a string. (PHP 4>=4.0.6)' flags='130'/>
  1480. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strrpos(|)' hint='int mb_strrpos(string haystack, string needle [, string encoding]) - Find position of last occurrence of a string in a string. (PHP 4>=4.0.6)' flags='130'/>
  1481. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strtolower(|)' hint='string mb_strtolower(string str [, string encoding]) - Make a string lowercase. (PHP 4>=4.3.0)' flags='130'/>
  1482. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strtoupper(|)' hint='string mb_strtoupper(string str [, string encoding]) - Make a string uppercase. (PHP 4>=4.3.0)' flags='130'/>
  1483. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_strwidth(|)' hint='int mb_strwidth(string str [, string encoding]) - Return width of string. (PHP 4>=4.0.6)' flags='130'/>
  1484. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_substitute_character(|)' hint='mixed mb_substitute_character([mixed substrchar]) - Set/Get substitution character. (PHP 4>=4.0.6)' flags='130'/>
  1485. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_substr(|)' hint='string mb_substr(string str, int start [, int length [, string encoding]]) - Get part of string. (PHP 4>=4.0.6)' flags='130'/>
  1486. <tag menu='M' submenu='Multi-Byte String-->>mb_g - m' inserttext='mb_substr_count(|)' hint='int mb_substr_count(string haystack, string needle [, string encoding]) - Count the number of substring occurrences. (PHP 4>=4.3.0)' flags='130'/>
  1487. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_affected_rows(|)' hint='int mysql_affected_rows([resource link_identifier]) - Get number of affected rows in previous MySQL operation. (PHP 3, PHP 4)' flags='130'/>
  1488. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_change_user(|)' hint='int mysql_change_user(string user, string password [, string database [, resource link_identifier]]) - Change logged in user of the active connection. (PHP 3>=3.0.13)' flags='130'/>
  1489. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_client_encoding(|)' hint='string mysql_client_encoding([resource link_identifier]) - Returns the name of the character set. (PHP 4>=4.3.0)' flags='130'/>
  1490. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_close(|)' hint='bool mysql_close([resource link_identifier]) - Close MySQL connection. (PHP 3, PHP 4)' flags='130'/>
  1491. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_connect(|)' hint='resource mysql_connect([string server [, string username [, string password [, bool new_link [, int client_flags]]]]]) - Open a connection to a MySQL Server. (PHP 3, PHP 4)' flags='130'/>
  1492. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_create_db(|)' hint='bool mysql_create_db(string database_name [, resource link_identifier]) - Create a MySQL database. (PHP 3, PHP 4)' flags='130'/>
  1493. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_data_seek(|)' hint='bool mysql_data_seek(resource result_identifier, int row_number) - Move internal result pointer. (PHP 3, PHP 4)' flags='130'/>
  1494. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_db_name(|)' hint='string mysql_db_name(resource result, int row [, mixed field]) - Get result data. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1495. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_db_query(|)' hint='resource mysql_db_query(string database, string query [, resource link_identifier]) - Send a MySQL query. (PHP 3, PHP 4)' flags='130'/>
  1496. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_drop_db(|)' hint='bool mysql_drop_db(string database_name [, resource link_identifier]) - Drop (delete) a MySQL database. (PHP 3, PHP 4)' flags='130'/>
  1497. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_errno(|)' hint='int mysql_errno([resource link_identifier]) - Returns the numerical value of the error message from previous MySQL operation. (PHP 3, PHP 4)' flags='130'/>
  1498. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_error(|)' hint='string mysql_error([resource link_identifier]) - Returns the text of the error message from previous MySQL operation. (PHP 3, PHP 4)' flags='130'/>
  1499. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_escape_string(|)' hint='string mysql_escape_string(string unescaped_string) - Escapes a string for use in a mysql_query. (PHP 4>=4.0.3)' flags='130'/>
  1500. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_array(|)' hint='array mysql_fetch_array(resource result [, int result_type]) - Fetch a result row as an associative array, a numeric array, or both. (PHP 3, PHP 4)' flags='130'/>
  1501. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_assoc(|)' hint='array mysql_fetch_assoc(resource result) - Fetch a result row as an associative array. (PHP 4>=4.0.3)' flags='130'/>
  1502. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_field(|)' hint='object mysql_fetch_field(resource result [, int field_offset]) - Get column information from a result and return as an object. (PHP 3, PHP 4)' flags='130'/>
  1503. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_lengths(|)' hint='array mysql_fetch_lengths(resource result) - Get the length of each output in a result. (PHP 3, PHP 4)' flags='130'/>
  1504. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_object(|)' hint='object mysql_fetch_object(resource result) - Fetch a result row as an object. (PHP 3, PHP 4)' flags='130'/>
  1505. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_fetch_row(|)' hint='array mysql_fetch_row(resource result) - Get a result row as an enumerated array. (PHP 3, PHP 4)' flags='130'/>
  1506. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_field_flags(|)' hint='string mysql_field_flags(resource result, int field_offset) - Get the flags associated with the specified field in a result. (PHP 3, PHP 4)' flags='130'/>
  1507. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_field_len(|)' hint='int mysql_field_len(resource result, int field_offset) - Returns the length of the specified field. (PHP 3, PHP 4)' flags='130'/>
  1508. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_field_name(|)' hint='string mysql_field_name(resource result, int field_index) - Get the name of the specified field in a result. (PHP 3, PHP 4)' flags='130'/>
  1509. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_field_seek(|)' hint='int mysql_field_seek(resource result, int field_offset) - Set result pointer to a specified field offset. (PHP 3, PHP 4)' flags='130'/>
  1510. <tag menu='M' submenu='MySQL-->>m - mysql_field_ta' inserttext='mysql_field_table(|)' hint='string mysql_field_table(resource result, int field_offset) - Get name of the table the specified field is in. (PHP 3, PHP 4)' flags='130'/>
  1511. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_field_type(|)' hint='string mysql_field_type(resource result, int field_offset) - Get the type of the specified field in a result. (PHP 3, PHP 4)' flags='130'/>
  1512. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_free_result(|)' hint='bool mysql_free_result(resource result) - Free result memory. (PHP 3, PHP 4)' flags='130'/>
  1513. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_get_client_info()' hint='string mysql_get_client_info(void) - Get MySQL client info. (PHP 4>=4.0.5)' flags='130'/>
  1514. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_get_host_info(|)' hint='string mysql_get_host_info([resource link_identifier]) - Get MySQL host info. (PHP 4>=4.0.5)' flags='130'/>
  1515. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_get_proto_info(|)' hint='int mysql_get_proto_info([resource link_identifier]) - Get MySQL protocol info. (PHP 4>=4.0.5)' flags='130'/>
  1516. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_get_server_info(|)' hint='string mysql_get_server_info([resource link_identifier]) - Get MySQL server info. (PHP 4>=4.0.5)' flags='130'/>
  1517. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_info(|)' hint='string mysql_info([resource link_identifier]) - Get information about the most recent query. (PHP 4>=4.3.0)' flags='130'/>
  1518. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_insert_id(|)' hint='int mysql_insert_id([resource link_identifier]) - Get the ID generated from the previous INSERT operation. (PHP 3, PHP 4)' flags='130'/>
  1519. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_list_dbs(|)' hint='resource mysql_list_dbs([resource link_identifier]) - List databases available on a MySQL server. (PHP 3, PHP 4)' flags='130'/>
  1520. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_list_fields(|)' hint='resource mysql_list_fields(string database_name, string table_name [, resource link_identifier]) - List MySQL table fields. (PHP 3, PHP 4)' flags='130'/>
  1521. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_list_processes(|)' hint='resource mysql_list_processes([resource link_identifier]) - List MySQL processes. (PHP 4>=4.3.0)' flags='130'/>
  1522. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_list_tables(|)' hint='resource mysql_list_tables(string database [, resource link_identifier]) - List tables in a MySQL database. (PHP 3, PHP 4)' flags='130'/>
  1523. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_num_fields(|)' hint='int mysql_num_fields(resource result) - Get number of fields in result. (PHP 3, PHP 4)' flags='130'/>
  1524. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_num_rows(|)' hint='int mysql_num_rows(resource result) - Get number of rows in result. (PHP 3, PHP 4)' flags='130'/>
  1525. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_pconnect(|)' hint='resource mysql_pconnect([string server [, string username [, string password [, int client_flags]]]]) - Open a persistent connection to a MySQL server. (PHP 3, PHP 4)' flags='130'/>
  1526. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_ping(|)' hint='bool mysql_ping([resource link_identifier]) - Ping a server connection or reconnect if there is no connection. (PHP 4>=4.3.0)' flags='130'/>
  1527. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_query(|)' hint='resource mysql_query(string query [, resource link_identifier]) - Send a MySQL query. (PHP 3, PHP 4)' flags='130'/>
  1528. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_real_escape_string(|)' hint='string mysql_real_escape_string(string unescaped_string [, resource link_identifier]) - Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection. (PHP 4>=4.3.0)' flags='130'/>
  1529. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_result(|)' hint='mixed mysql_result(resource result, int row [, mixed field]) - Get result data. (PHP 3, PHP 4)' flags='130'/>
  1530. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_select_db(|)' hint='bool mysql_select_db(string database_name [, resource link_identifier]) - Select a MySQL database. (PHP 3, PHP 4)' flags='130'/>
  1531. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_stat(|)' hint='string mysql_stat([resource link_identifier]) - Get current system status. (PHP 4>=4.3.0)' flags='130'/>
  1532. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_tablename(|)' hint='string mysql_tablename(resource result, int i) - Get table name of field. (PHP 3, PHP 4)' flags='130'/>
  1533. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_thread_id(|)' hint='int mysql_thread_id([resource link_identifier]) - Return the current thread ID. (PHP 4>=4.3.0)' flags='130'/>
  1534. <tag menu='M' submenu='MySQL-->>mysql_field_ty - m' inserttext='mysql_unbuffered_query(|)' hint='resource mysql_unbuffered_query(string query [, resource link_identifier]) - Send an SQL query to MySQL, without fetching and buffering the result rows. (PHP 4>=4.0.6)' flags='130'/>
  1535. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql(|)' hint='int msql(string database, string query, int link_identifier) - Send mSQL query. (PHP 3, PHP 4)' flags='130'/>
  1536. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_affected_rows(|)' hint='int msql_affected_rows(int query_identifier) - Returns number of affected rows. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1537. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_close(|)' hint='int msql_close(int link_identifier) - Close mSQL connection. (PHP 3, PHP 4)' flags='130'/>
  1538. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_connect(|)' hint='int msql_connect([string hostname [, string server [, string username [, string password]]]]) - Open mSQL connection. (PHP 3, PHP 4)' flags='130'/>
  1539. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_create_db(|)' hint='int msql_create_db(string database_name [, int link_identifier]) - Create mSQL database. (PHP 3, PHP 4)' flags='130'/>
  1540. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_createdb(|)' hint='int msql_createdb(string database_name [, int link_identifier]) - Create mSQL database. (PHP 3, PHP 4)' flags='130'/>
  1541. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_data_seek(|)' hint='int msql_data_seek(int query_identifier, int row_number) - Move internal row pointer. (PHP 3, PHP 4)' flags='130'/>
  1542. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_dbname(|)' hint='string msql_dbname(int query_identifier, int i) - Get current mSQL database name. (PHP 3, PHP 4)' flags='130'/>
  1543. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_drop_db(|)' hint='int msql_drop_db(string database_name, int link_identifier) - Drop (delete) mSQL database. (PHP 3, PHP 4)' flags='130'/>
  1544. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_dropdb(|)' hint='msql_dropdb - Drop (delete) mSQL database.' flags='130'/>
  1545. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_error(|)' hint='string msql_error([int link_identifier]) - Returns error message of last msql call. (PHP 3, PHP 4)' flags='130'/>
  1546. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fetch_array(|)' hint='int msql_fetch_array(int query_identifier [, int result_type]) - Fetch row as array. (PHP 3, PHP 4)' flags='130'/>
  1547. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fetch_field(|)' hint='object msql_fetch_field(int query_identifier, int field_offset) - Get field information. (PHP 3, PHP 4)' flags='130'/>
  1548. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fetch_object(|)' hint='int msql_fetch_object(int query_identifier [, int result_type]) - Fetch row as object. (PHP 3, PHP 4)' flags='130'/>
  1549. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fetch_row(|)' hint='array msql_fetch_row(int query_identifier) - Get row as enumerated array. (PHP 3, PHP 4)' flags='130'/>
  1550. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_field_seek(|)' hint='int msql_field_seek(int query_identifier, int field_offset) - Set field offset. (PHP 3, PHP 4)' flags='130'/>
  1551. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fieldflags(|)' hint='string msql_fieldflags(int query_identifier, int i) - Get field flags. (PHP 3, PHP 4)' flags='130'/>
  1552. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fieldlen(|)' hint='int msql_fieldlen(int query_identifier, int i) - Get field length. (PHP 3, PHP 4)' flags='130'/>
  1553. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fieldname(|)' hint='string msql_fieldname(int query_identifier, int field) - Get field name. (PHP 3, PHP 4)' flags='130'/>
  1554. <tag menu='M' submenu='mSQL-->>m - msql_fieldta' inserttext='msql_fieldtable(|)' hint='int msql_fieldtable(int query_identifier, int field) - Get table name for field. (PHP 3, PHP 4)' flags='130'/>
  1555. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_fieldtype(|)' hint='string msql_fieldtype(int query_identifier, int i) - Get field type. (PHP 3, PHP 4)' flags='130'/>
  1556. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_free_result(|)' hint='int msql_free_result(int query_identifier) - Free result memory. (PHP 3, PHP 4)' flags='130'/>
  1557. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_freeresult(|)' hint='msql_freeresult - Free result memory.' flags='130'/>
  1558. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_list_dbs()' hint='int msql_list_dbs(void) - List mSQL databases on server. (PHP 3, PHP 4)' flags='130'/>
  1559. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_list_fields(|)' hint='int msql_list_fields(string database, string tablename) - List result fields. (PHP 3, PHP 4)' flags='130'/>
  1560. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_list_tables(|)' hint='int msql_list_tables(string database) - List tables in an mSQL database. (PHP 3, PHP 4)' flags='130'/>
  1561. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_listdbs(|)' hint='msql_listdbs - List mSQL databases on server.' flags='130'/>
  1562. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_listfields(|)' hint='msql_listfields - List result fields.' flags='130'/>
  1563. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_listtables(|)' hint='msql_listtables - List tables in an mSQL database.' flags='130'/>
  1564. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_num_fields(|)' hint='int msql_num_fields(int query_identifier) - Get number of fields in result. (PHP 3, PHP 4)' flags='130'/>
  1565. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_num_rows(|)' hint='int msql_num_rows(resource query_identifier) - Get number of rows in result. (PHP 3, PHP 4)' flags='130'/>
  1566. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_numfields(|)' hint='int msql_numfields(int query_identifier) - Get number of fields in result. (PHP 3, PHP 4)' flags='130'/>
  1567. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_numrows()' hint='int msql_numrows(void) - Get number of rows in result. (PHP 3, PHP 4)' flags='130'/>
  1568. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_pconnect(|)' hint='int msql_pconnect([string server [, string username [, string password]]]) - Open persistent mSQL connection. (PHP 3, PHP 4)' flags='130'/>
  1569. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_query(|)' hint='int msql_query(string query, int link_identifier) - Send mSQL query. (PHP 3, PHP 4)' flags='130'/>
  1570. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_regcase(|)' hint='msql_regcase - Make regular expression for case insensitive match.' flags='130'/>
  1571. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_result(|)' hint='int msql_result(int query_identifier, int i, mixed field) - Get result data. (PHP 3, PHP 4)' flags='130'/>
  1572. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_select_db(|)' hint='int msql_select_db(string database_name, int link_identifier) - Select mSQL database. (PHP 3, PHP 4)' flags='130'/>
  1573. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_selectdb(|)' hint='msql_selectdb - Select mSQL database.' flags='130'/>
  1574. <tag menu='M' submenu='mSQL-->>msql_fieldty - m' inserttext='msql_tablename(|)' hint='string msql_tablename(int query_identifier, int field) - Get table name of field. (PHP 3, PHP 4)' flags='130'/>
  1575. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_add_search_limit(|)' hint='bool udm_add_search_limit(resource agent, int var, string val) - Add various search limits. (PHP 4>=4.0.5)' flags='130'/>
  1576. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_alloc_agent(|)' hint='resource udm_alloc_agent(string dbaddr [, string dbmode]) - Allocate mnoGoSearch session. (PHP 4>=4.0.5)' flags='130'/>
  1577. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_api_version()' hint='int udm_api_version(void) - Get mnoGoSearch API version. (PHP 4>=4.0.5)' flags='130'/>
  1578. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_cat_list(|)' hint='array udm_cat_list(resource agent, string category) - Get all the categories on the same level with the current one. (PHP 4>=4.0.6)' flags='130'/>
  1579. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_cat_path(|)' hint='array udm_cat_path(resource agent, string category) - Get the path to the current category. (PHP 4>=4.0.6)' flags='130'/>
  1580. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_check_charset(|)' hint='bool udm_check_charset(resource agent, string charset) - Check if the given charset is known to mnogosearch. (PHP 4>=4.2.0)' flags='130'/>
  1581. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_check_stored(|)' hint='int udm_check_stored(resource agent, int link, string doc_id) - Check connection to stored. (PHP 4>=4.2.0)' flags='130'/>
  1582. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_clear_search_limits(|)' hint='bool udm_clear_search_limits(resource agent) - Clear all mnoGoSearch search restrictions. (PHP 4>=4.0.5)' flags='130'/>
  1583. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_close_stored(|)' hint='int udm_close_stored(resource agent, int link) - Close connection to stored. (PHP 4>=4.2.0)' flags='130'/>
  1584. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_crc32(|)' hint='int udm_crc32(resource agent, string str) - Return CRC32 checksum of given string. (PHP 4>=4.2.0)' flags='130'/>
  1585. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_errno(|)' hint='int udm_errno(resource agent) - Get mnoGoSearch error number. (PHP 4>=4.0.5)' flags='130'/>
  1586. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_error(|)' hint='string udm_error(resource agent) - Get mnoGoSearch error message. (PHP 4>=4.0.5)' flags='130'/>
  1587. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_find(|)' hint='resource udm_find(resource agent, string query) - Perform search. (PHP 4>=4.0.5)' flags='130'/>
  1588. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_free_agent(|)' hint='int udm_free_agent(resource agent) - Free mnoGoSearch session. (PHP 4>=4.0.5)' flags='130'/>
  1589. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_free_ispell_data(|)' hint='bool udm_free_ispell_data(int agent) - Free memory allocated for ispell data. (PHP 4>=4.0.5)' flags='130'/>
  1590. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_free_res(|)' hint='bool udm_free_res(resource res) - Free mnoGoSearch result. (PHP 4>=4.0.5)' flags='130'/>
  1591. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_get_doc_count(|)' hint='int udm_get_doc_count(resource agent) - Get total number of documents in database. (PHP 4>=4.0.5)' flags='130'/>
  1592. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_get_res_field(|)' hint='string udm_get_res_field(resource res, int row, int field) - Fetch mnoGoSearch result field. (PHP 4>=4.0.5)' flags='130'/>
  1593. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_get_res_param(|)' hint='string udm_get_res_param(resource res, int param) - Get mnoGoSearch result parameters. (PHP 4>=4.0.5)' flags='130'/>
  1594. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_load_ispell_data(|)' hint='bool udm_load_ispell_data(resource agent, int var, string val1, string val2, int flag) - Load ispell data. (PHP 4>=4.0.5)' flags='130'/>
  1595. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_open_stored(|)' hint='int udm_open_stored(resource agent, string storedaddr) - Open connection to stored. (PHP 4>=4.2.0)' flags='130'/>
  1596. <tag menu='M' submenu='mnoGoSearch' inserttext='udm_set_agent_param(|)' hint='bool udm_set_agent_param(resource agent, int var, string val) - Set mnoGoSearch agent session parameters. (PHP 4>=4.0.5)' flags='130'/>
  1597. <tag menu='M' submenu='muscat' inserttext='muscat_close(|)' hint='int muscat_close(resource muscat_handle) - Shuts down the muscat session and releases any memory back to PHP. (4.0.5-4.2.3 only)' flags='130'/>
  1598. <tag menu='M' submenu='muscat' inserttext='muscat_get(|)' hint='string muscat_get(resource muscat_handle) - Gets a line back from the core muscat API. (4.0.5-4.2.3 only)' flags='130'/>
  1599. <tag menu='M' submenu='muscat' inserttext='muscat_give(|)' hint='int muscat_give(resource muscat_handle, string string) - Sends string to the core muscat API. (4.0.5-4.2.3 only)' flags='130'/>
  1600. <tag menu='M' submenu='muscat' inserttext='muscat_setup(|)' hint='resource muscat_setup(int size [, string muscat_dir]) - Creates a new muscat session and returns the handle. (4.0.5-4.2.3 only)' flags='130'/>
  1601. <tag menu='M' submenu='muscat' inserttext='muscat_setup_net(|)' hint='resource muscat_setup_net(string muscat_host, int port) - Creates a new muscat session and returns the handle. (4.0.5-4.2.3 only)' flags='130'/>
  1602. <tag menu='N' submenu='.NET' inserttext='dotnet_load(|)' hint='int dotnet_load(string assembly_name [, string datatype_name [, int codepage]]) - Loads a DOTNET module.' flags='130'/>
  1603. <tag menu='N' submenu='NSAPI-specific' inserttext='nsapi_request_headers()' hint='array nsapi_request_headers(void) - Fetch all HTTP request headers.' flags='130'/>
  1604. <tag menu='N' submenu='NSAPI-specific' inserttext='nsapi_response_headers()' hint='array nsapi_response_headers(void) - Fetch all HTTP response headers.' flags='130'/>
  1605. <tag menu='N' submenu='NSAPI-specific' inserttext='nsapi_virtual(|)' hint='int nsapi_virtual(string uri) - Perform an NSAPI sub-request.' flags='130'/>
  1606. <tag menu='N' submenu='Network' inserttext='checkdnsrr(|)' hint='int checkdnsrr(string host [, string type]) - Check DNS records corresponding to a given Internet host name or IP address. (PHP 3, PHP 4)' flags='130'/>
  1607. <tag menu='N' submenu='Network' inserttext='closelog()' hint='int closelog(void) - Close connection to system logger. (PHP 3, PHP 4)' flags='130'/>
  1608. <tag menu='N' submenu='Network' inserttext='debugger_off()' hint='int debugger_off(void) - Disable internal PHP debugger (PHP 3). (PHP 3)' flags='130'/>
  1609. <tag menu='N' submenu='Network' inserttext='debugger_on(|)' hint='int debugger_on(string address) - Enable internal PHP debugger (PHP 3). (PHP 3)' flags='130'/>
  1610. <tag menu='N' submenu='Network' inserttext='define_syslog_variables()' hint='void define_syslog_variables(void) - Initializes all syslog related constants. (PHP 3, PHP 4)' flags='130'/>
  1611. <tag menu='N' submenu='Network' inserttext='dns_check_record(|)' hint='int dns_check_record(string host [, string type]) - Synonym for checkdnsrr(). (PHP 5 CVS only)' flags='130'/>
  1612. <tag menu='N' submenu='Network' inserttext='dns_get_mx(|)' hint='int dns_get_mx(string hostname, array mxhosts [, array &weight]) - Synonym for getmxrr(). (PHP 5 CVS only)' flags='130'/>
  1613. <tag menu='N' submenu='Network' inserttext='dns_get_record(|)' hint='array dns_get_record(string hostname [, int type [, array &authns, array &addtl]]) - Fetch DNS Resource Records associated with a hostname. (PHP 5 CVS only)' flags='130'/>
  1614. <tag menu='N' submenu='Network' inserttext='fsockopen(|)' hint='resource fsockopen(string target, int port [, int errno [, string errstr [, float timeout]]]) - Open Internet or Unix domain socket connection. (PHP 3, PHP 4)' flags='130'/>
  1615. <tag menu='N' submenu='Network' inserttext='gethostbyaddr(|)' hint='string gethostbyaddr(string ip_address) - Get the Internet host name corresponding to a given IP address. (PHP 3, PHP 4)' flags='130'/>
  1616. <tag menu='N' submenu='Network' inserttext='gethostbyname(|)' hint='string gethostbyname(string hostname) - Get the IP address corresponding to a given Internet host name. (PHP 3, PHP 4)' flags='130'/>
  1617. <tag menu='N' submenu='Network' inserttext='gethostbynamel(|)' hint='array gethostbynamel(string hostname) - Get a list of IP addresses corresponding to a given Internet host name. (PHP 3, PHP 4)' flags='130'/>
  1618. <tag menu='N' submenu='Network' inserttext='getmxrr(|)' hint='int getmxrr(string hostname, array mxhosts [, array weight]) - Get MX records corresponding to a given Internet host name. (PHP 3, PHP 4)' flags='130'/>
  1619. <tag menu='N' submenu='Network' inserttext='getprotobyname(|)' hint='int getprotobyname(string name) - Get protocol number associated with protocol name. (PHP 4)' flags='130'/>
  1620. <tag menu='N' submenu='Network' inserttext='getprotobynumber(|)' hint='string getprotobynumber(int number) - Get protocol name associated with protocol number. (PHP 4)' flags='130'/>
  1621. <tag menu='N' submenu='Network' inserttext='getservbyname(|)' hint='int getservbyname(string service, string protocol) - Get port number associated with an Internet service and protocol. (PHP 4)' flags='130'/>
  1622. <tag menu='N' submenu='Network' inserttext='getservbyport(|)' hint='string getservbyport(int port, string protocol) - Get Internet service which corresponds to port and protocol. (PHP 4)' flags='130'/>
  1623. <tag menu='N' submenu='Network' inserttext='ip2long(|)' hint='int ip2long(string ip_address) - Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address. (PHP 4)' flags='130'/>
  1624. <tag menu='N' submenu='Network' inserttext='long2ip(|)' hint='string long2ip(int proper_address) - Converts an (IPv4) Internet network address into a string in Internet standard dotted format. (PHP 4)' flags='130'/>
  1625. <tag menu='N' submenu='Network' inserttext='openlog(|)' hint='int openlog(string ident, int option, int facility) - Open connection to system logger. (PHP 3, PHP 4)' flags='130'/>
  1626. <tag menu='N' submenu='Network' inserttext='pfsockopen(|)' hint='resource pfsockopen(string hostname, int port [, int errno [, string errstr [, int timeout]]]) - Open persistent Internet or Unix domain socket connection. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1627. <tag menu='N' submenu='Network' inserttext='socket_get_status(|)' hint='socket_get_status - Alias of stream_get_meta_data().' flags='130'/>
  1628. <tag menu='N' submenu='Network' inserttext='socket_set_blocking(|)' hint='socket_set_blocking - Alias for stream_set_blocking().' flags='130'/>
  1629. <tag menu='N' submenu='Network' inserttext='socket_set_timeout(|)' hint='<P>  socket_set_timeout - Alias for stream_set_timeout().' flags='130'/>
  1630. <tag menu='N' submenu='Network' inserttext='syslog(|)' hint='int syslog(int priority, string message) - Generate a system log message. (PHP 3, PHP 4)' flags='130'/>
  1631. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_csr_export(|)' hint='bool openssl_csr_export(resource csr, string &out [, bool notext]) - Exports a CSR as a string. (PHP 4>=4.2.0)' flags='130'/>
  1632. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_csr_export_to_file(|)' hint='bool openssl_csr_export_to_file(resource csr, string outfilename [, bool notext]) - Exports a CSR to a file. (PHP 4>=4.2.0)' flags='130'/>
  1633. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_csr_new(|)' hint='bool openssl_csr_new(array dn, resource privkey [, array configargs [, array extraattribs]]) - Generates a CSR. (PHP 4>=4.2.0)' flags='130'/>
  1634. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_csr_sign(|)' hint='resource openssl_csr_sign(mixed csr, mixed cacert, mixed priv_key, int days [, array configargs [, int serial]]) - Sign a CSR with another certificate (or itself) and generate a certificate. (PHP 4>=4.2.0)' flags='130'/>
  1635. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_error_string()' hint='mixed openssl_error_string(void) - Return openSSL error message. (PHP 4>=4.0.6)' flags='130'/>
  1636. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_free_key(|)' hint='void openssl_free_key(resource key_identifier) - Free key resource. (PHP 4>=4.0.4)' flags='130'/>
  1637. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_get_privatekey(|)' hint='resource openssl_get_privatekey(mixed key [, string passphrase]) - Get a private key. (PHP 4>=4.0.4)' flags='130'/>
  1638. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_get_publickey(|)' hint='resource openssl_get_publickey(mixed certificate) - Extract public key from certificate and prepare it for use. (PHP 4>=4.0.4)' flags='130'/>
  1639. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_open(|)' hint='bool openssl_open(string sealed_data, string &open_data, string env_key, mixed priv_key_id) - Open sealed data. (PHP 4>=4.0.4)' flags='130'/>
  1640. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkcs7_decrypt(|)' hint='bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert [, mixed recipkey]) - Decrypts an S/MIME encrypted message. (PHP 4>=4.0.6)' flags='130'/>
  1641. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkcs7_encrypt(|)' hint='bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers [, int flags]) - Encrypt an S/MIME message. (PHP 4>=4.0.6)' flags='130'/>
  1642. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkcs7_sign(|)' hint='bool openssl_pkcs7_sign(string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]]) - Sign an S/MIME message. (PHP 4>=4.0.6)' flags='130'/>
  1643. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkcs7_verify(|)' hint='bool openssl_pkcs7_verify(string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]]) - Verifies the signature of an S/MIME signed message. (PHP 4>=4.0.6)' flags='130'/>
  1644. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkey_export(|)' hint='bool openssl_pkey_export(mixed key, string &out [, string passphrase [, array configargs]]) - Gets an exportable representation of a key into a string. (PHP 4>=4.2.0)' flags='130'/>
  1645. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkey_export_to_file(|)' hint='bool openssl_pkey_export_to_file(mixed key, string outfilename [, string passphrase [, array configargs]]) - Gets an exportable representation of a key into a file. (PHP 4>=4.2.0)' flags='130'/>
  1646. <tag menu='O' submenu='OpenSSL-->>o - openssl_pkey_get_pr' inserttext='openssl_pkey_get_private(|)' hint='resource openssl_pkey_get_private(mixed key [, string passphrase]) - Get a private key. (PHP 4>=4.2.0)' flags='130'/>
  1647. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_pkey_get_public(|)' hint='resource openssl_pkey_get_public(mixed certificate) - Extract public key from certificate and prepare it for use. (PHP 4>=4.2.0)' flags='130'/>
  1648. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_pkey_new(|)' hint='resource openssl_pkey_new([array configargs]) - Generates a new private key. (PHP 4>=4.2.0)' flags='130'/>
  1649. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_private_decrypt(|)' hint='bool openssl_private_decrypt(string data, string &decrypted, mixed key [, int padding]) - Decrypts data with private key. (PHP 4>=4.0.6)' flags='130'/>
  1650. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_private_encrypt(|)' hint='bool openssl_private_encrypt(string data, string &crypted, mixed key [, int padding]) - Encrypts data with private key. (PHP 4>=4.0.6)' flags='130'/>
  1651. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_public_decrypt(|)' hint='bool openssl_public_decrypt(string data, string &crypted, resource key [, int padding]) - Decrypts data with public key. (PHP 4>=4.0.6)' flags='130'/>
  1652. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_public_encrypt(|)' hint='bool openssl_public_encrypt(string data, string &crypted, mixed key [, int padding]) - Encrypts data with public key. (PHP 4>=4.0.6)' flags='130'/>
  1653. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_seal(|)' hint='int openssl_seal(string data, string &sealed_data, array &env_keys, array pub_key_ids) - Seal (encrypt) data. (PHP 4>=4.0.4)' flags='130'/>
  1654. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_sign(|)' hint='bool openssl_sign(string data, string signature, mixed priv_key_id) - Generate signature. (PHP 4>=4.0.4)' flags='130'/>
  1655. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_verify(|)' hint='int openssl_verify(string data, string signature, mixed pub_key_id) - Verify signature. (PHP 4>=4.0.4)' flags='130'/>
  1656. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_check_private_key(|)' hint='bool openssl_x509_check_private_key(mixed cert, mixed key) - Checks if a private key corresponds to a certificate. (PHP 4>=4.2.0)' flags='130'/>
  1657. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_checkpurpose(|)' hint='bool openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo [, string untrustedfile]) - Verifies if a certificate can be used for a particular purpose. (PHP 4>=4.0.6)' flags='130'/>
  1658. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_export(|)' hint='bool openssl_x509_export(mixed x509, string &output [, bool notext]) - Exports a certificate as a string. (PHP 4>=4.2.0)' flags='130'/>
  1659. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_export_to_file(|)' hint='bool openssl_x509_export_to_file(mixed x509, string outfilename [, bool notext]) - Exports a certificate to file. (PHP 4>=4.2.0)' flags='130'/>
  1660. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_free(|)' hint='void openssl_x509_free(resource x509cert) - Free certificate resource. (PHP 4>=4.0.6)' flags='130'/>
  1661. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_parse(|)' hint='array openssl_x509_parse(mixed x509cert [, bool shortnames]) - Parse an X509 certificate and return the information as an array. (PHP 4>=4.0.6)' flags='130'/>
  1662. <tag menu='O' submenu='OpenSSL-->>openssl_pkey_get_pu - o' inserttext='openssl_x509_read(|)' hint='resource openssl_x509_read(mixed x509certdata) - Parse an X.509 certificate and return a resource identifier for it. (PHP 4>=4.0.6)' flags='130'/>
  1663. <tag menu='O' submenu='Oracle' inserttext='ora_bind(|)' hint='bool ora_bind(resource cursor, string PHP_variable_name, string SQL_parameter_name, int length [, int type]) - Binds a PHP variable to an Oracle parameter. (PHP 3, PHP 4)' flags='130'/>
  1664. <tag menu='O' submenu='Oracle' inserttext='ora_close(|)' hint='bool ora_close(resource cursor) - Closes an Oracle cursor. (PHP 3, PHP 4)' flags='130'/>
  1665. <tag menu='O' submenu='Oracle' inserttext='ora_columnname(|)' hint='string ora_columnname(resource cursor, int column) - Gets the name of an Oracle result column. (PHP 3, PHP 4)' flags='130'/>
  1666. <tag menu='O' submenu='Oracle' inserttext='ora_columnsize(|)' hint='int ora_columnsize(resource cursor, int column) - Returns the size of an Oracle result column. (PHP 3, PHP 4)' flags='130'/>
  1667. <tag menu='O' submenu='Oracle' inserttext='ora_columntype(|)' hint='string ora_columntype(resource cursor, int column) - Gets the type of an Oracle result column. (PHP 3, PHP 4)' flags='130'/>
  1668. <tag menu='O' submenu='Oracle' inserttext='ora_commit(|)' hint='bool ora_commit(resource conn) - Commit an Oracle transaction. (PHP 3, PHP 4)' flags='130'/>
  1669. <tag menu='O' submenu='Oracle' inserttext='ora_commitoff(|)' hint='bool ora_commitoff(resource conn) - Disable automatic commit. (PHP 3, PHP 4)' flags='130'/>
  1670. <tag menu='O' submenu='Oracle' inserttext='ora_commiton(|)' hint='bool ora_commiton(resource conn) - Enable automatic commit. (PHP 3, PHP 4)' flags='130'/>
  1671. <tag menu='O' submenu='Oracle' inserttext='ora_do(|)' hint='resource ora_do(resource conn, string query) - Parse, Exec, Fetch. (PHP 3, PHP 4)' flags='130'/>
  1672. <tag menu='O' submenu='Oracle' inserttext='ora_error(|)' hint='string ora_error(resource cursor_or_connection) - Gets an Oracle error message. (PHP 3, PHP 4)' flags='130'/>
  1673. <tag menu='O' submenu='Oracle' inserttext='ora_errorcode(|)' hint='int ora_errorcode(resource cursor_or_connection) - Gets an Oracle error code. (PHP 3, PHP 4)' flags='130'/>
  1674. <tag menu='O' submenu='Oracle' inserttext='ora_exec(|)' hint='bool ora_exec(resource cursor) - Execute a parsed statement on an Oracle cursor. (PHP 3, PHP 4)' flags='130'/>
  1675. <tag menu='O' submenu='Oracle' inserttext='ora_fetch(|)' hint='bool ora_fetch(resource cursor) - Fetch a row of data from a cursor. (PHP 3, PHP 4)' flags='130'/>
  1676. <tag menu='O' submenu='Oracle' inserttext='ora_fetch_into(|)' hint='int ora_fetch_into(resource cursor, array result [, int flags]) - Fetch a row into the specified result array. (PHP 3, PHP 4)' flags='130'/>
  1677. <tag menu='O' submenu='Oracle' inserttext='ora_getcolumn(|)' hint='mixed ora_getcolumn(resource cursor, int column) - Get data from a fetched column. (PHP 3, PHP 4)' flags='130'/>
  1678. <tag menu='O' submenu='Oracle' inserttext='ora_logoff(|)' hint='bool ora_logoff(resource connection) - Close an Oracle connection. (PHP 3, PHP 4)' flags='130'/>
  1679. <tag menu='O' submenu='Oracle' inserttext='ora_logon(|)' hint='resource ora_logon(string user, string password) - Open an Oracle connection. (PHP 3, PHP 4)' flags='130'/>
  1680. <tag menu='O' submenu='Oracle' inserttext='ora_numcols(|)' hint='int ora_numcols(resource cursor) - Returns the number of columns. (PHP 3, PHP 4)' flags='130'/>
  1681. <tag menu='O' submenu='Oracle' inserttext='ora_numrows(|)' hint='int ora_numrows(resource cursor) - Returns the number of rows. (PHP 3, PHP 4)' flags='130'/>
  1682. <tag menu='O' submenu='Oracle' inserttext='ora_open(|)' hint='resource ora_open(resource connection) - Opens an Oracle cursor. (PHP 3, PHP 4)' flags='130'/>
  1683. <tag menu='O' submenu='Oracle' inserttext='ora_parse(|)' hint='bool ora_parse(resource cursor, string sql_statement, int defer) - Parse an SQL statement with Oracle. (PHP 3, PHP 4)' flags='130'/>
  1684. <tag menu='O' submenu='Oracle' inserttext='ora_plogon(|)' hint='resource ora_plogon(string user, string password) - Open a persistent Oracle connection. (PHP 3, PHP 4)' flags='130'/>
  1685. <tag menu='O' submenu='Oracle' inserttext='ora_rollback(|)' hint='bool ora_rollback(resource connection) - Rolls back a transaction. (PHP 3, PHP 4)' flags='130'/>
  1686. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocibindbyname(|)' hint='bool ocibindbyname(resource stmt, string ph_name, mixed &variable [, int maxlength [, int type]]) - Bind a PHP variable to an Oracle Placeholder. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1687. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicancel(|)' hint='bool ocicancel(resource stmt) - Cancel reading from cursor. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1688. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicloselob()' hint='bool ocicloselob(void) - Closes lob descriptor.' flags='130'/>
  1689. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollappend(|)' hint='bool ocicollappend(string value) - Append an object to the collection. (PHP 4>=4.0.6)' flags='130'/>
  1690. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollassign(|)' hint='bool ocicollassign(object from) - Assign a collection from another existing collection. (PHP 4>=4.0.6)' flags='130'/>
  1691. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollassignelem(|)' hint='bool ocicollassignelem(int ndx, string val) - Assign element val to collection at index ndx. (PHP 4>=4.0.6)' flags='130'/>
  1692. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollgetelem(|)' hint='string ocicollgetelem(int ndx) - Retrieve the value at collection index ndx. (PHP 4>=4.0.6)' flags='130'/>
  1693. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollmax()' hint='int ocicollmax(void) - Return the max value of a collection. For a varray this is the maximum length of the array. (PHP 4>=4.0.6)' flags='130'/>
  1694. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicollsize()' hint='int ocicollsize(void) - Return the size of a collection. (PHP 4>=4.0.6)' flags='130'/>
  1695. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolltrim(|)' hint='bool ocicolltrim(int num) - Trim num elements from the end of a collection. (PHP 4>=4.0.6)' flags='130'/>
  1696. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumnisnull(|)' hint='bool ocicolumnisnull(resource stmt, mixed col) - Test whether a result column is NULL. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1697. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumnname(|)' hint='string ocicolumnname(resource stmt, int col) - Returns the name of a column. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1698. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumnprecision(|)' hint='int ocicolumnprecision(resource stmt, int col) - Tell the precision of a column. (PHP 4)' flags='130'/>
  1699. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumnscale(|)' hint='int ocicolumnscale(resource stmt, int col) - Tell the scale of a column. (PHP 4)' flags='130'/>
  1700. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumnsize(|)' hint='int ocicolumnsize(resource stmt, mixed column) - Return result column size. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1701. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumntype(|)' hint='mixed ocicolumntype(resource stmt, int col) - Returns the data type of a column. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1702. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicolumntyperaw(|)' hint='mixed ocicolumntyperaw(resource stmt, int col) - Tell the raw oracle data type of a column. (PHP 4)' flags='130'/>
  1703. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocicommit(|)' hint='bool ocicommit(resource connection) - Commits outstanding transactions. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1704. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocidefinebyname(|)' hint='bool ocidefinebyname(resource stmt, string column_name, mixed &variable [, int type]) - Use a PHP variable for the define-step during a SELECT. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1705. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocierror(|)' hint='array ocierror([resource stmt|conn|global]) - Return the last error of stmt|conn|global. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1706. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ociexecute(|)' hint='bool ociexecute(resource stmt [, int mode]) - Execute a statement. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1707. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocifetch(|)' hint='bool ocifetch(resource stmt) - Fetches the next row into result-buffer. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1708. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocifetchinto(|)' hint='int ocifetchinto(resource stmt, array &result [, int mode]) - Fetches the next row into an array. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1709. <tag menu='O' submenu='Oracle 8-->>o - ocife' inserttext='ocifetchstatement(|)' hint='int ocifetchstatement(resource stmt, array &output [, int skip [, int maxrows [, int flags]]]) - Fetch all rows of result data into an array. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1710. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocifreecollection()' hint='bool ocifreecollection(void) - Deletes collection object. (PHP 4>=4.1.0)' flags='130'/>
  1711. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocifreecursor(|)' hint='bool ocifreecursor(resource stmt) - Free all resources associated with a cursor. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1712. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocifreedesc()' hint='bool ocifreedesc(void) - Deletes a large object descriptor. (PHP 4)' flags='130'/>
  1713. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocifreestatement(|)' hint='bool ocifreestatement(resource stmt) - Free all resources associated with a statement. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  1714. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociinternaldebug(|)' hint='void ociinternaldebug(int onoff) - Enables or disables internal debug output. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1715. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociloadlob()' hint='string ociloadlob(void) - Loads a large object. (PHP 4)' flags='130'/>
  1716. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocilogoff(|)' hint='bool ocilogoff(resource connection) - Disconnects from Oracle server. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1717. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocilogon(|)' hint='resource ocilogon(string username, string password [, string db]) - Establishes a connection to Oracle. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1718. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocinewcollection(|)' hint='object ocinewcollection(resource connection, string tdo [, string schema]) - Initialize a new collection. (PHP 4>=4.0.6)' flags='130'/>
  1719. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocinewcursor(|)' hint='resource ocinewcursor(resource conn) - Return a new cursor (Statement-Handle). (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1720. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocinewdescriptor(|)' hint='object ocinewdescriptor(resource connection [, int type]) - Initialize a new empty LOB or FILE descriptor. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1721. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocinlogon(|)' hint='resource ocinlogon(string username, string password [, string db]) - Establishes a new connection to Oracle. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1722. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocinumcols(|)' hint='int ocinumcols(resource stmt) - Return the number of result columns in a statement. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1723. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociparse(|)' hint='resource ociparse(resource conn, string query) - Parse a query and return an Oracle statement. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1724. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociplogon(|)' hint='resource ociplogon(string username, string password [, string db]) - Connect to an Oracle database using a persistent connection. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  1725. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociresult(|)' hint='mixed ociresult(resource statement, mixed col) - Returns column value for fetched row. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1726. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocirollback(|)' hint='bool ocirollback(resource connection) - Rolls back outstanding transactions. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1727. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocirowcount(|)' hint='int ocirowcount(resource stmt) - Gets the number of affected rows. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1728. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocisavelob()' hint='bool ocisavelob(void) - Saves a large object. (PHP 4)' flags='130'/>
  1729. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocisavelobfile()' hint='bool ocisavelobfile(void) - Saves a large object file. (PHP 4)' flags='130'/>
  1730. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociserverversion(|)' hint='string ociserverversion(resource conn) - Return a string containing server version information. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  1731. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocisetprefetch(|)' hint='bool ocisetprefetch(resource stmt, int rows) - Sets number of rows to be prefetched. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1732. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ocistatementtype(|)' hint='string ocistatementtype(resource stmt) - Return the type of an OCI statement. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  1733. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociwritelobtofile(|)' hint='bool ociwritelobtofile([string filename [, int start [, int length]]]) - Saves a large object file. (PHP 4)' flags='130'/>
  1734. <tag menu='O' submenu='Oracle 8-->>ocifr - o' inserttext='ociwritetemporarylob(|)' hint='bool ociwritetemporarylob(string var [, int lob_type]) - Writes temporary blob.' flags='130'/>
  1735. <tag menu='O' submenu='Output Control' inserttext='flush()' hint='void flush(void) - Flush the output buffer. (PHP 3, PHP 4)' flags='130'/>
  1736. <tag menu='O' submenu='Output Control' inserttext='ob_clean()' hint='void ob_clean(void) - Clean (erase) the output buffer. (PHP 4>=4.2.0)' flags='130'/>
  1737. <tag menu='O' submenu='Output Control' inserttext='ob_end_clean()' hint='bool ob_end_clean(void) - Clean (erase) the output buffer and turn off output buffering. (PHP 4)' flags='130'/>
  1738. <tag menu='O' submenu='Output Control' inserttext='ob_end_flush()' hint='bool ob_end_flush(void) - Flush (send) the output buffer and turn off output buffering. (PHP 4)' flags='130'/>
  1739. <tag menu='O' submenu='Output Control' inserttext='ob_flush()' hint='void ob_flush(void) - Flush (send) the output buffer. (PHP 4>=4.2.0)' flags='130'/>
  1740. <tag menu='O' submenu='Output Control' inserttext='ob_get_clean()' hint='string ob_get_clean(void) - Get current buffer contents and delete current output buffer. (PHP 4>=4.3.0)' flags='130'/>
  1741. <tag menu='O' submenu='Output Control' inserttext='ob_get_contents()' hint='string ob_get_contents(void) - Return the contents of the output buffer. (PHP 4)' flags='130'/>
  1742. <tag menu='O' submenu='Output Control' inserttext='ob_get_flush()' hint='string ob_get_flush(void) - Flush the output buffer, return it as a string and turn off output buffering. (PHP 4>=4.3.0)' flags='130'/>
  1743. <tag menu='O' submenu='Output Control' inserttext='ob_get_length()' hint='int ob_get_length(void) - Return the length of the output buffer. (PHP 4>=4.0.2)' flags='130'/>
  1744. <tag menu='O' submenu='Output Control' inserttext='ob_get_level()' hint='int ob_get_level(void) - Return the nesting level of the output buffering mechanism. (PHP 4>=4.2.0)' flags='130'/>
  1745. <tag menu='O' submenu='Output Control' inserttext='ob_get_status(|)' hint='array ob_get_status([bool full_status]) - Get status of output buffers. (PHP 4>=4.2.0)' flags='130'/>
  1746. <tag menu='O' submenu='Output Control' inserttext='ob_gzhandler(|)' hint='string ob_gzhandler(string buffer [, int mode]) - Ob_start callback function to gzip output buffer. (PHP 4>=4.0.4)' flags='130'/>
  1747. <tag menu='O' submenu='Output Control' inserttext='ob_implicit_flush(|)' hint='void ob_implicit_flush([int flag]) - Turn implicit flush on/off. (PHP 4)' flags='130'/>
  1748. <tag menu='O' submenu='Output Control' inserttext='ob_list_handlers()' hint='array ob_list_handlers(void) - List all output handlers in use. (PHP 4>=4.3.0)' flags='130'/>
  1749. <tag menu='O' submenu='Output Control' inserttext='ob_start(|)' hint='bool ob_start([callback output_callback]) - Turn on output buffering. (PHP 4)' flags='130'/>
  1750. <tag menu='O' submenu='Output Control' inserttext='output_add_rewrite_var(|)' hint='bool output_add_rewrite_var(string name, string value) - Add URL rewriter values. (PHP 4>=4.3.0)' flags='130'/>
  1751. <tag menu='O' submenu='Output Control' inserttext='output_reset_rewrite_vars()' hint='bool output_reset_rewrite_vars(void) - Reset URL rewriter values. (PHP 4>=4.3.0)' flags='130'/>
  1752. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_close(|)' hint='void ovrimos_close(int connection) - Closes the connection to ovrimos. (PHP 4>=4.0.3)' flags='130'/>
  1753. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_commit(|)' hint='bool ovrimos_commit(int connection_id) - Commits the transaction. (PHP 4>=4.0.3)' flags='130'/>
  1754. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_connect(|)' hint='int ovrimos_connect(string host, string db, string user, string password) - Connect to the specified database. (PHP 4>=4.0.3)' flags='130'/>
  1755. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_cursor(|)' hint='string ovrimos_cursor(int result_id) - Returns the name of the cursor. (PHP 4>=4.0.3)' flags='130'/>
  1756. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_exec(|)' hint='int ovrimos_exec(int connection_id, string query) - Executes an SQL statement. (PHP 4>=4.0.3)' flags='130'/>
  1757. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_execute(|)' hint='bool ovrimos_execute(int result_id [, array parameters_array]) - Executes a prepared SQL statement. (PHP 4>=4.0.3)' flags='130'/>
  1758. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_fetch_into(|)' hint='bool ovrimos_fetch_into(int result_id, array result_array [, string how [, int rownumber]]) - Fetches a row from the result set. (PHP 4>=4.0.3)' flags='130'/>
  1759. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_fetch_row(|)' hint='bool ovrimos_fetch_row(int result_id [, int how [, int row_number]]) - Fetches a row from the result set. (PHP 4>=4.0.3)' flags='130'/>
  1760. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_field_len(|)' hint='int ovrimos_field_len(int result_id, int field_number) - Returns the length of the output column. (PHP 4>=4.0.3)' flags='130'/>
  1761. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_field_name(|)' hint='string ovrimos_field_name(int result_id, int field_number) - Returns the output column name. (PHP 4>=4.0.3)' flags='130'/>
  1762. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_field_num(|)' hint='int ovrimos_field_num(int result_id, string field_name) - Returns the (1-based) index of the output column. (PHP 4>=4.0.3)' flags='130'/>
  1763. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_field_type(|)' hint='int ovrimos_field_type(int result_id, int field_number) - Returns the (numeric) type of the output column. (PHP 4>=4.0.3)' flags='130'/>
  1764. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_free_result(|)' hint='bool ovrimos_free_result(int result_id) - Frees the specified result_id. (PHP 4>=4.0.3)' flags='130'/>
  1765. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_longreadlen(|)' hint='bool ovrimos_longreadlen(int result_id, int length) - Specifies how many bytes are to be retrieved from long datatypes. (PHP 4>=4.0.3)' flags='130'/>
  1766. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_num_fields(|)' hint='int ovrimos_num_fields(int result_id) - Returns the number of columns. (PHP 4>=4.0.3)' flags='130'/>
  1767. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_num_rows(|)' hint='int ovrimos_num_rows(int result_id) - Returns the number of rows affected by update operations. (PHP 4>=4.0.3)' flags='130'/>
  1768. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_prepare(|)' hint='int ovrimos_prepare(int connection_id, string query) - Prepares an SQL statement. (PHP 4>=4.0.3)' flags='130'/>
  1769. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_result(|)' hint='string ovrimos_result(int result_id, mixed field) - Retrieves the output column. (PHP 4>=4.0.3)' flags='130'/>
  1770. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_result_all(|)' hint='int ovrimos_result_all(int result_id [, string format]) - Prints the whole result set as an HTML table. (PHP 4>=4.0.3)' flags='130'/>
  1771. <tag menu='O' submenu='Ovrimos SQL' inserttext='ovrimos_rollback(|)' hint='bool ovrimos_rollback(int connection_id) - Rolls back the transaction. (PHP 4>=4.0.3)' flags='130'/>
  1772. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_annotation(|)' hint='pdf_add_annotation - Deprecated: Adds annotation.' flags='130'/>
  1773. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_bookmark(|)' hint='int pdf_add_bookmark(resource pdfdoc, string text [, int parent [, int open]]) - Adds bookmark for current page. (PHP 4>=4.0.1)' flags='130'/>
  1774. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_launchlink(|)' hint='bool pdf_add_launchlink(resource pdfdoc, float llx, float lly, float urx, float ury, string filename) - Add a launch annotation for current page. (PHP 4>=4.0.5)' flags='130'/>
  1775. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_locallink(|)' hint='bool pdf_add_locallink(resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, int page, string dest) - Add a link annotation for current page. (PHP 4>=4.0.5)' flags='130'/>
  1776. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_note(|)' hint='bool pdf_add_note(resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) - Sets annotation for current page. (PHP 4>=4.0.5)' flags='130'/>
  1777. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_outline(|)' hint='pdf_add_outline - Deprecated: Adds bookmark for current page.' flags='130'/>
  1778. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_pdflink(|)' hint='bool pdf_add_pdflink(resource pdfdoc, float bottom_left_x, float bottom_left_y, float up_right_x, float up_right_y, string filename, int page, string dest) - Adds file link annotation for current page. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1779. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_thumbnail(|)' hint='bool pdf_add_thumbnail(resource pdfdoc, int image) - Adds thumbnail for current page. (PHP 4>=4.0.5)' flags='130'/>
  1780. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_add_weblink(|)' hint='bool pdf_add_weblink(resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, string url) - Adds weblink for current page. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1781. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_arc(|)' hint='bool pdf_arc(resource pdfdoc, float x, float y, float r, float alpha, float beta) - Draws an arc (counterclockwise). (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1782. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_arcn(|)' hint='bool pdf_arcn(resource pdfdoc, float x, float y, float r, float alpha, float beta) - Draws an arc (clockwise). (PHP 4>=4.0.5)' flags='130'/>
  1783. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_attach_file(|)' hint='bool pdf_attach_file(resource pdfdoc, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon) - Adds a file attachment for current page. (PHP 4>=4.0.5)' flags='130'/>
  1784. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_begin_page(|)' hint='bool pdf_begin_page(resource pdfdoc, float width, float height) - Starts new page. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1785. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_begin_pattern(|)' hint='int pdf_begin_pattern(resource pdfdoc, float width, float height, float xstep, float ystep, int painttype) - Starts new pattern. (PHP 4>=4.0.5)' flags='130'/>
  1786. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_begin_template(|)' hint='int pdf_begin_template(resource pdfdoc, float width, float height) - Starts new template. (PHP 4>=4.0.5)' flags='130'/>
  1787. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_circle(|)' hint='bool pdf_circle(resource pdfdoc, float x, float y, float r) - Draws a circle. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1788. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_clip(|)' hint='bool pdf_clip(resource pdfdoc) - Clips to current path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1789. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_close(|)' hint='bool pdf_close(resource pdfdoc) - Closes a pdf resource. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1790. <tag menu='P' submenu='PDF-->>p - pdf_close_i' inserttext='pdf_close_image(|)' hint='void pdf_close_image(resource pdfdoc, int image) - Closes an image. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1791. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_close_pdi(|)' hint='bool pdf_close_pdi(resource pdfdoc, int dochandle) - Close the input PDF document. (PHP 4>=4.0.5)' flags='130'/>
  1792. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_close_pdi_page(|)' hint='bool pdf_close_pdi_page(resource pdfdoc, int pagehandle) - Close the page handle. (PHP 4>=4.0.5)' flags='130'/>
  1793. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_closepath(|)' hint='bool pdf_closepath(resource pdfdoc) - Closes path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1794. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_closepath_fill_stroke(|)' hint='bool pdf_closepath_fill_stroke(resource pdfdoc) - Closes, fills and strokes current path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1795. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_closepath_stroke(|)' hint='bool pdf_closepath_stroke(resource pdfdoc) - Closes path and draws line along path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1796. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_concat(|)' hint='bool pdf_concat(resource pdfdoc, float a, float b, float c, float d, float e, float f) - Concatenate a matrix to the CTM. (PHP 4>=4.0.5)' flags='130'/>
  1797. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_continue_text(|)' hint='bool pdf_continue_text(resource pdfdoc, string text) - Outputs text in next line. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1798. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_curveto(|)' hint='bool pdf_curveto(resource pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3) - Draws a curve. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1799. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_delete(|)' hint='bool pdf_delete(resource pdfdoc) - Deletes a PDF object. (PHP 4>=4.0.5)' flags='130'/>
  1800. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_end_page(|)' hint='bool pdf_end_page(resource pdfdoc) - Ends a page. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1801. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_end_pattern(|)' hint='bool pdf_end_pattern(resource pdfdoc) - Finish pattern. (PHP 4>=4.0.5)' flags='130'/>
  1802. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_end_template(|)' hint='bool pdf_end_template(resource pdfdoc) - Finish template. (PHP 4>=4.0.5)' flags='130'/>
  1803. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_endpath(|)' hint='pdf_endpath - Deprecated: Ends current path.' flags='130'/>
  1804. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_fill(|)' hint='bool pdf_fill(resource pdfdoc) - Fills current path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1805. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_fill_stroke(|)' hint='bool pdf_fill_stroke(resource pdfdoc) - Fills and strokes current path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1806. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_findfont(|)' hint='int pdf_findfont(resource pdfdoc, string fontname, string encoding [, int embed]) - Prepare font for later use with pdf_setfont(). (PHP 4>=4.0.5)' flags='130'/>
  1807. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_get_buffer(|)' hint='string pdf_get_buffer(resource pdfdoc) - Fetch the buffer containing the generated PDF data. (PHP 4>=4.0.5)' flags='130'/>
  1808. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_get_font(|)' hint='pdf_get_font - Deprecated: font handling.' flags='130'/>
  1809. <tag menu='P' submenu='PDF-->>pdf_close_p - pdf_get_fontn' inserttext='pdf_get_fontname(|)' hint='pdf_get_fontname - Deprecated: font handling.' flags='130'/>
  1810. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_fontsize(|)' hint='pdf_get_fontsize - Deprecated: font handling.' flags='130'/>
  1811. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_image_height(|)' hint='pdf_get_image_height - Deprecated: returns height of an image.' flags='130'/>
  1812. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_image_width(|)' hint='pdf_get_image_width - Deprecated: Returns width of an image.' flags='130'/>
  1813. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_majorversion()' hint='int pdf_get_majorversion(void) - Returns the major version number of the PDFlib. (PHP 4>=4.2.0)' flags='130'/>
  1814. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_minorversion()' hint='int pdf_get_minorversion(void) - Returns the minor version number of the PDFlib. (PHP 4>=4.2.0)' flags='130'/>
  1815. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_parameter(|)' hint='string pdf_get_parameter(resource pdfdoc, string key [, float modifier]) - Gets certain parameters. (PHP 4>=4.0.1)' flags='130'/>
  1816. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_pdi_parameter(|)' hint='string pdf_get_pdi_parameter(resource pdfdoc, string key, int document, int page, int index) - Get some PDI string parameters. (PHP 4>=4.0.5)' flags='130'/>
  1817. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_pdi_value(|)' hint='string pdf_get_pdi_value(resource pdfdoc, string key, int doc, int page, int index) - Gets some PDI numerical parameters. (PHP 4>=4.0.5)' flags='130'/>
  1818. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_get_value(|)' hint='float pdf_get_value(resource pdfdoc, string key [, float modifier]) - Gets certain numerical value. (PHP 4>=4.0.1)' flags='130'/>
  1819. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_initgraphics(|)' hint='bool pdf_initgraphics(resource pdfdoc) - Resets graphic state. (PHP 4>=4.0.5)' flags='130'/>
  1820. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_lineto(|)' hint='bool pdf_lineto(resource pdfdoc, float x, float y) - Draws a line. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1821. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_makespotcolor(|)' hint='bool pdf_makespotcolor(resource pdfdoc, string spotname) - Makes a spotcolor. (PHP 4>=4.0.5)' flags='130'/>
  1822. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_moveto(|)' hint='bool pdf_moveto(resource pdfdoc, float x, float y) - Sets current point. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1823. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_new(|)' hint='resource pdf_new() - Creates a new pdf resource. (PHP 4>=4.0.5)' flags='130'/>
  1824. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_open(|)' hint='pdf_open - Deprecated: Open a new pdf object.' flags='130'/>
  1825. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_open_CCITT(|)' hint='int pdf_open_CCITT(resource pdfdoc, string filename, int width, int height, int BitReverse, int k, int Blackls1) - Opens a new image file with raw CCITT data. (PHP 4>=4.0.5)' flags='130'/>
  1826. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_open_file(|)' hint='bool pdf_open_file(resource pdfdoc [, string filename]) - Opens a new pdf object. (PHP 4>=4.0.5)' flags='130'/>
  1827. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_open_gif(|)' hint='pdf_open_gif - Deprecated: Opens a GIF image.' flags='130'/>
  1828. <tag menu='P' submenu='PDF-->>pdf_get_fonts - pdf_open_image' inserttext='pdf_open_image(|)' hint='int pdf_open_image(resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) - Versatile function for images. (PHP 4>=4.0.5)' flags='130'/>
  1829. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_image_file(|)' hint='int pdf_open_image_file(resource pdfdoc, string imagetype, string filename [, string stringparam [, string intparam]]) - Reads an image from a file. (PHP 3 CVS only, PHP 4)' flags='130'/>
  1830. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_jpeg(|)' hint='pdf_open_jpeg - Deprecated: Opens a JPEG image.' flags='130'/>
  1831. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_memory_image(|)' hint="int pdf_open_memory_image(resource pdfdoc, resource image) - Opens an image created with PHP's image functions. (PHP 3>=3.0.10, PHP 4)" flags='130'/>
  1832. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_pdi(|)' hint='int pdf_open_pdi(resource pdfdoc, string filename, string stringparam, int intparam) - Opens a PDF file. (PHP 4>=4.0.5)' flags='130'/>
  1833. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_pdi_page(|)' hint='int pdf_open_pdi_page(resource pdfdoc, int dochandle, int pagenumber, string pagelabel) - Prepare a page. (PHP 4>=4.0.5)' flags='130'/>
  1834. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_png(|)' hint='pdf_open_png - Deprecated: Opens a PNG image.' flags='130'/>
  1835. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_open_tiff(|)' hint='pdf_open_tiff - Deprecated: Opens a TIFF image.' flags='130'/>
  1836. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_place_image(|)' hint='bool pdf_place_image(resource pdfdoc, int image, float x, float y, float scale) - Places an image on the page. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1837. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_place_pdi_page(|)' hint='bool pdf_place_pdi_page(resource pdfdoc, int page, float x, float y, float sx, float sy) - Places an image on the page. (PHP 4>=4.0.6)' flags='130'/>
  1838. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_rect(|)' hint='bool pdf_rect(resource pdfdoc, float x, float y, float width, float height) - Draws a rectangle. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1839. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_restore(|)' hint='bool pdf_restore(resource pdfdoc) - Restores formerly saved environment. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1840. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_rotate(|)' hint='bool pdf_rotate(resource pdfdoc, float phi) - Sets rotation. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1841. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_save(|)' hint='bool pdf_save(resource pdfdoc) - Saves the current environment. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1842. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_scale(|)' hint='bool pdf_scale(resource pdfdoc, float x-scale, float y-scale) - Sets scaling. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1843. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_set_border_color(|)' hint='bool pdf_set_border_color(resource pdfdoc, float red, float green, float blue) - Sets color of border around links and annotations. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1844. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_set_border_dash(|)' hint='bool pdf_set_border_dash(resource pdfdoc, float black, float white) - Sets dash style of border around links and annotations. (PHP 4>=4.0.1)' flags='130'/>
  1845. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_set_border_style(|)' hint='bool pdf_set_border_style(resource pdfdoc, string style, float width) - Sets style of border around links and annotations. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  1846. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_set_char_spacing(|)' hint='pdf_set_char_spacing - Deprecated: Sets character spacing.' flags='130'/>
  1847. <tag menu='P' submenu='PDF-->>pdf_open_image_ - pdf_set_d' inserttext='pdf_set_duration(|)' hint='pdf_set_duration - Deprecated: Sets duration between pages.' flags='130'/>
  1848. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_font(|)' hint='pdf_set_font - Deprecated: Selects a font face and size.' flags='130'/>
  1849. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_horiz_scaling(|)' hint='pdf_set_horiz_scaling - Sets horizontal scaling of text.' flags='130'/>
  1850. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info(|)' hint='bool pdf_set_info(resource pdfdoc, string key, string value) - Fills a field of the document information. (PHP 4>=4.0.1)' flags='130'/>
  1851. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info_author(|)' hint='pdf_set_info_author - Deprecated: Fills the author field of the document.' flags='130'/>
  1852. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info_creator(|)' hint='pdf_set_info_creator - Deprecated: Fills the creator field of the document.' flags='130'/>
  1853. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info_keywords(|)' hint='pdf_set_info_keywords - Deprecated: Fills the keywords field of the document.' flags='130'/>
  1854. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info_subject(|)' hint='pdf_set_info_subject - Deprecated: Fills the subject field of the document.' flags='130'/>
  1855. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_info_title(|)' hint='pdf_set_info_title - Deprecated: Fills the title field of the document.' flags='130'/>
  1856. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_leading(|)' hint='pdf_set_leading - Deprecated: Sets distance between text lines.' flags='130'/>
  1857. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_parameter(|)' hint='bool pdf_set_parameter(resource pdfdoc, string key, string value) - Sets certain parameters. (PHP 4)' flags='130'/>
  1858. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_text_matrix(|)' hint='<P>      This function is deprecated, use pdf_set_text_matrix - Deprecated: Sets the text matrix.' flags='130'/>
  1859. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_text_pos(|)' hint='bool pdf_set_text_pos(resource pdfdoc, float x, float y) - Sets text position. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1860. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_text_rendering(|)' hint='pdf_set_text_rendering - Deprecated: Determines how text is rendered.' flags='130'/>
  1861. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_text_rise(|)' hint='pdf_set_text_rise - Deprecated: Sets the text rise.' flags='130'/>
  1862. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_value(|)' hint='bool pdf_set_value(resource pdfdoc, string key, float value) - Sets certain numerical value. (PHP 4>=4.0.1)' flags='130'/>
  1863. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_set_word_spacing(|)' hint='pdf_set_word_spacing - Deprecated: Sets spacing between words.' flags='130'/>
  1864. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_setcolor(|)' hint='bool pdf_setcolor(resource pdfdoc, string type, string colorspace, float c1 [, float c2 [, float c3 [, float c4]]]) - Sets fill and stroke color. (PHP 4>=4.0.5)' flags='130'/>
  1865. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_setdash(|)' hint='bool pdf_setdash(resource pdfdoc, float b, float w) - Sets dash pattern. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1866. <tag menu='P' submenu='PDF-->>pdf_set_f - pdf_setfl' inserttext='pdf_setflat(|)' hint='bool pdf_setflat(resource pdfdoc, float flatness) - Sets flatness. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1867. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setfont(|)' hint='bool pdf_setfont(resource pdfdoc, int font, float size) - Set the current font. (PHP 4>=4.0.5)' flags='130'/>
  1868. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setgray(|)' hint='bool pdf_setgray(resource pdfdoc, float gray) - Sets drawing and filling color to gray value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1869. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setgray_fill(|)' hint='bool pdf_setgray_fill(resource pdfdoc, float gray) - Sets filling color to gray value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1870. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setgray_stroke(|)' hint='bool pdf_setgray_stroke(resource pdfdoc, float gray) - Sets drawing color to gray value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1871. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setlinecap(|)' hint='void pdf_setlinecap(resource pdfdoc, int linecap) - Sets linecap parameter. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1872. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setlinejoin(|)' hint='bool pdf_setlinejoin(resource pdfdoc, int value) - Sets linejoin parameter. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1873. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setlinewidth(|)' hint='void pdf_setlinewidth(resource pdfdoc, float width) - Sets line width. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1874. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setmatrix(|)' hint='bool pdf_setmatrix(resource pdfdoc, float a, float b, float c, float d, float e, float f) - Sets current transformation matrix. (PHP 4>=4.0.5)' flags='130'/>
  1875. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setmiterlimit(|)' hint='bool pdf_setmiterlimit(resource pdfdoc, float miter) - Sets miter limit. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1876. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setpolydash(|)' hint='pdf_setpolydash - Deprecated: Sets complicated dash pattern.' flags='130'/>
  1877. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setrgbcolor(|)' hint='bool pdf_setrgbcolor(resource pdfdoc, float red_value, float green_value, float blue_value) - Sets drawing and filling color to rgb color value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1878. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setrgbcolor_fill(|)' hint='bool pdf_setrgbcolor_fill(resource pdfdoc, float red_value, float green_value, float blue_value) - Sets filling color to rgb color value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1879. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_setrgbcolor_stroke(|)' hint='bool pdf_setrgbcolor_stroke(resource pdfdoc, float red_value, float green_value, float blue_value) - Sets drawing color to rgb color value. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1880. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_show(|)' hint='bool pdf_show(resource pdfdoc, string text) - Output text at current position. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1881. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_show_boxed(|)' hint='int pdf_show_boxed(resource pdfdoc, string text, float left, float top, float width, float height, string mode [, string feature]) - Output text in a box. (PHP 4)' flags='130'/>
  1882. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_show_xy(|)' hint='bool pdf_show_xy(resource pdfdoc, string text, float x, float y) - Output text at given position. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1883. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_skew(|)' hint='bool pdf_skew(resource pdfdoc, float alpha, float beta) - Skews the coordinate system. (PHP 4)' flags='130'/>
  1884. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_stringwidth(|)' hint='float pdf_stringwidth(resource pdfdoc, string text [, int font [, float size]]) - Returns width of text using current font. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1885. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_stroke(|)' hint='bool pdf_stroke(resource pdfdoc) - Draws line along path. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1886. <tag menu='P' submenu='PDF-->>pdf_setfo - p' inserttext='pdf_translate(|)' hint='bool pdf_translate(resource pdfdoc, float tx, float ty) - Sets origin of coordinate system. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1887. <tag menu='P' submenu='PHP / Java Integration' inserttext='java_last_exception_clear()' hint='void java_last_exception_clear(void) - Clear last Java exception. (PHP 4>=4.0.2)' flags='130'/>
  1888. <tag menu='P' submenu='PHP / Java Integration' inserttext='java_last_exception_get()' hint='exception java_last_exception_get(void) - Get last Java exception. (PHP 4>=4.0.2)' flags='130'/>
  1889. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='assert(|)' hint='int assert(mixed assertion) - Checks if assertion is FALSE. (PHP 4)' flags='130'/>
  1890. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='assert_options(|)' hint='mixed assert_options(int what [, mixed value]) - Set/get the various assert flags. (PHP 4)' flags='130'/>
  1891. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='dl(|)' hint='int dl(string library) - Loads a PHP extension at runtime. (PHP 3, PHP 4)' flags='130'/>
  1892. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='extension_loaded(|)' hint='bool extension_loaded(string name) - Find out whether an extension is loaded. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1893. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_cfg_var(|)' hint='string get_cfg_var(string varname) - Gets the value of a PHP configuration option. (PHP 3, PHP 4)' flags='130'/>
  1894. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_current_user()' hint='string get_current_user(void) - Gets the name of the owner of the current PHP script. (PHP 3, PHP 4)' flags='130'/>
  1895. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_defined_constants()' hint='array get_defined_constants(void) - Returns an associative array with the names of all the constants and their values. (PHP 4>=4.1.0)' flags='130'/>
  1896. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_extension_funcs(|)' hint='array get_extension_funcs(string module_name) - Returns an array with the names of the functions of a module. (PHP 4)' flags='130'/>
  1897. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_include_path()' hint='string get_include_path(void) - Gets the current include_path configuration option. (PHP 4>=4.3.0)' flags='130'/>
  1898. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_included_files()' hint='array get_included_files(void) - Returns an array with the names of included or required files. (PHP 4)' flags='130'/>
  1899. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_loaded_extensions()' hint='array get_loaded_extensions(void) - Returns an array with the names of all modules compiled and loaded. (PHP 4)' flags='130'/>
  1900. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_magic_quotes_gpc()' hint='int get_magic_quotes_gpc(void) - Gets the current active configuration setting of magic quotes gpc. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1901. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_magic_quotes_runtime()' hint='int get_magic_quotes_runtime(void) - Gets the current active configuration setting of magic_quotes_runtime. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1902. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='get_required_files(|)' hint='get_required_files - Alias of get_included_files().' flags='130'/>
  1903. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getenv(|)' hint='string getenv(string varname) - Gets the value of an environment variable. (PHP 3, PHP 4)' flags='130'/>
  1904. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getlastmod()' hint='int getlastmod(void) - Gets time of last page modification. (PHP 3, PHP 4)' flags='130'/>
  1905. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getmygid()' hint="int getmygid(void) - Get PHP script owner's GID. (PHP 4>=4.1.0)" flags='130'/>
  1906. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getmyinode()' hint='int getmyinode(void) - Gets the inode of the current script. (PHP 3, PHP 4)' flags='130'/>
  1907. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getmypid()' hint="int getmypid(void) - Gets PHP's process ID. (PHP 3, PHP 4)" flags='130'/>
  1908. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getmyuid()' hint="int getmyuid(void) - Gets PHP script owner's UID. (PHP 3, PHP 4)" flags='130'/>
  1909. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getopt(|)' hint='array getopt(string options) - Gets options from the command line argument list. (PHP 4>=4.3.0)' flags='130'/>
  1910. <tag menu='P' submenu='PHP Options&Information-->>a - g' inserttext='getrusage(|)' hint='array getrusage([int who]) - Gets the current resource usages. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  1911. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='ini_alter(|)' hint='ini_alter - Alias of ini_set().' flags='130'/>
  1912. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='ini_get(|)' hint='string ini_get(string varname) - Gets the value of a configuration option. (PHP 4)' flags='130'/>
  1913. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='ini_get_all(|)' hint='array ini_get_all([string extension]) - Gets all configuration options. (PHP 4>=4.2.0)' flags='130'/>
  1914. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='ini_restore(|)' hint='string ini_restore(string varname) - Restores the value of a configuration option. (PHP 4)' flags='130'/>
  1915. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='ini_set(|)' hint='string ini_set(string varname, string newvalue) - Sets the value of a configuration option. (PHP 4)' flags='130'/>
  1916. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='main(|)' hint='<P>      There is no function named main - Dummy for main().' flags='130'/>
  1917. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='memory_get_usage()' hint='int memory_get_usage(void) - Returns the amount of memory allocated to PHP. (PHP 4>=4.3.2)' flags='130'/>
  1918. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='php_ini_scanned_files()' hint='string php_ini_scanned_files(void) - Return a list of .ini files parsed from the additional ini dir. (PHP 4>=4.3.0)' flags='130'/>
  1919. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='php_logo_guid()' hint='string php_logo_guid(void) - Gets the logo guid. (PHP 4)' flags='130'/>
  1920. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='php_sapi_name()' hint='string php_sapi_name(void) - Returns the type of interface between web server and PHP. (PHP 4>=4.0.1)' flags='130'/>
  1921. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='php_uname()' hint='string php_uname(void) - Returns information about the operating system PHP was built on. (PHP 4>=4.0.2)' flags='130'/>
  1922. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='phpcredits(|)' hint='void phpcredits([int flag]) - Prints out the credits for PHP. (PHP 4)' flags='130'/>
  1923. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='phpinfo(|)' hint='int phpinfo([int what]) - Outputs lots of PHP information. (PHP 3, PHP 4)' flags='130'/>
  1924. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='phpversion()' hint='string phpversion(void) - Gets the current PHP version. (PHP 3, PHP 4)' flags='130'/>
  1925. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='putenv(|)' hint='void putenv(string setting) - Sets the value of an environment variable. (PHP 3, PHP 4)' flags='130'/>
  1926. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='restore_include_path()' hint='void restore_include_path(void) - Restores the value of the include_path configuration option. (PHP 4>=4.3.0)' flags='130'/>
  1927. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='set_include_path(|)' hint='string set_include_path(string new_include_path) - Sets the include_path configuration option. (PHP 4>=4.3.0)' flags='130'/>
  1928. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='set_magic_quotes_runtime(|)' hint='bool set_magic_quotes_runtime(int new_setting) - Sets the current active configuration setting of magic_quotes_runtime. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  1929. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='set_time_limit(|)' hint='void set_time_limit(int seconds) - Limits the maximum execution time. (PHP 3, PHP 4)' flags='130'/>
  1930. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='version_compare(|)' hint='int version_compare(string version1, string version2 [, string operator]) - Compares two "PHP-standardized" version number strings. (PHP 4>=4.1.0)' flags='130'/>
  1931. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='zend_logo_guid()' hint='string zend_logo_guid(void) - Gets the Zend guid. (PHP 4)' flags='130'/>
  1932. <tag menu='P' submenu='PHP Options&Information-->>i - z' inserttext='zend_version()' hint='string zend_version(void) - Gets the version of the current Zend engine. (PHP 4)' flags='130'/>
  1933. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_ctermid()' hint='string posix_ctermid(void) - Get path name of controlling terminal. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1934. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_get_last_error()' hint='int posix_get_last_error(void) - Retrieve the error number set by the last posix function that failed. (PHP 4>=4.2.0)' flags='130'/>
  1935. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getcwd()' hint='string posix_getcwd(void) - Pathname of current directory. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1936. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getegid()' hint='int posix_getegid(void) - Return the effective group ID of the current process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1937. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_geteuid()' hint='int posix_geteuid(void) - Return the effective user ID of the current process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1938. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getgid()' hint='int posix_getgid(void) - Return the real group ID of the current process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1939. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getgrgid(|)' hint='array posix_getgrgid(int gid) - Return info about a group by group id. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1940. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getgrnam(|)' hint='array posix_getgrnam(string name) - Return info about a group by name. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1941. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getgroups()' hint='array posix_getgroups(void) - Return the group set of the current process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1942. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getlogin()' hint='string posix_getlogin(void) - Return login name. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1943. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getpgid(|)' hint='int posix_getpgid(int pid) - Get process group id for job control. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1944. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getpgrp()' hint='int posix_getpgrp(void) - Return the current process group identifier. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1945. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getpid()' hint='int posix_getpid(void) - Return the current process identifier. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1946. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getppid()' hint='int posix_getppid(void) - Return the parent process identifier. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1947. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getpwnam(|)' hint='array posix_getpwnam(string username) - Return info about a user by username. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1948. <tag menu='P' submenu='POSIX-->>p - posix_getp' inserttext='posix_getpwuid(|)' hint='array posix_getpwuid(int uid) - Return info about a user by user id. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1949. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_getrlimit()' hint='array posix_getrlimit(void) - Return info about system resource limits. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1950. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_getsid(|)' hint='int posix_getsid(int pid) - Get the current sid of the process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1951. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_getuid()' hint='int posix_getuid(void) - Return the real user ID of the current process. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1952. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_isatty(|)' hint='bool posix_isatty(int fd) - Determine if a file descriptor is an interactive terminal. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1953. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_kill(|)' hint='bool posix_kill(int pid, int sig) - Send a signal to a process. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1954. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_mkfifo(|)' hint='bool posix_mkfifo(string pathname, int mode) - Create a fifo special file (a named pipe). (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1955. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_setegid(|)' hint='bool posix_setegid(int gid) - Set the effective GID of the current process. (PHP 4>=4.0.2)' flags='130'/>
  1956. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_seteuid(|)' hint='bool posix_seteuid(int uid) - Set the effective UID of the current process. (PHP 4>=4.0.2)' flags='130'/>
  1957. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_setgid(|)' hint='bool posix_setgid(int gid) - Set the GID of the current process. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1958. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_setpgid(|)' hint='int posix_setpgid(int pid, int pgid) - Set process group id for job control. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1959. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_setsid()' hint='int posix_setsid(void) - Make the current process a session leader. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1960. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_setuid(|)' hint='bool posix_setuid(int uid) - Set the UID of the current process. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1961. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_strerror(|)' hint='string posix_strerror(int errno) - Retrieve the system error message associated with the given errno. (PHP 4>=4.2.0)' flags='130'/>
  1962. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_times()' hint='array posix_times(void) - Get process times. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1963. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_ttyname(|)' hint='string posix_ttyname(int fd) - Determine terminal device name. (PHP 3>=3.0.13, PHP 4)' flags='130'/>
  1964. <tag menu='P' submenu='POSIX-->>posix_getr - p' inserttext='posix_uname()' hint='array posix_uname(void) - Get system name. (PHP 3>=3.0.10, PHP 4)' flags='130'/>
  1965. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_affected_rows(|)' hint='int pg_affected_rows(resource result) - Returns number of affected records (tuples). (PHP 4>=4.2.0)' flags='130'/>
  1966. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_cancel_query(|)' hint='bool pg_cancel_query(resource connection) - Cancel asynchronous query. (PHP 4>=4.2.0)' flags='130'/>
  1967. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_client_encoding(|)' hint='string pg_client_encoding([resource connection]) - Gets the client encoding. (PHP 3 CVS only, PHP 4>=4.0.3)' flags='130'/>
  1968. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_close(|)' hint='bool pg_close(resource connection) - Closes a PostgreSQL connection. (PHP 3, PHP 4)' flags='130'/>
  1969. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_connect(|)' hint='resource pg_connect(string connection_string) - Open a PostgreSQL connection. (PHP 3, PHP 4)' flags='130'/>
  1970. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_connection_busy(|)' hint='bool pg_connection_busy(resource connection) - Get connection is busy or not. (PHP 4>=4.2.0)' flags='130'/>
  1971. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_connection_reset(|)' hint='bool pg_connection_reset(resource connection) - Reset connection (reconnect). (PHP 4>=4.2.0)' flags='130'/>
  1972. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_connection_status(|)' hint='int pg_connection_status(resource connection) - Get connection status. (PHP 4>=4.2.0)' flags='130'/>
  1973. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_convert(|)' hint='array pg_convert(resource connection, string table_name, array assoc_array [, int options]) - Convert associative array value into suitable for SQL statement. (PHP 4>=4.3.0)' flags='130'/>
  1974. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_copy_from(|)' hint='bool pg_copy_from(resource connection, string table_name, array rows [, string delimiter [, string null_as]]) - Insert records into a table from an array. (PHP 4>=4.2.0)' flags='130'/>
  1975. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_copy_to(|)' hint='array pg_copy_to(resource connection, string table_name [, string delimiter [, string null_as]]) - Copy a table to an array. (PHP 4>=4.2.0)' flags='130'/>
  1976. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_dbname(|)' hint='string pg_dbname(resource connection) - Get the database name. (PHP 3, PHP 4)' flags='130'/>
  1977. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_delete(|)' hint='mixed pg_delete(resource connection, string table_name, array assoc_array [, int options]) - Deletes records. (PHP 4>=4.3.0)' flags='130'/>
  1978. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_end_copy(|)' hint='bool pg_end_copy([resource connection]) - Sync with PostgreSQL backend. (PHP 4>=4.0.3)' flags='130'/>
  1979. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_escape_bytea(|)' hint='string pg_escape_bytea(string data) - Escape binary for bytea type. (PHP 4>=4.2.0)' flags='130'/>
  1980. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_escape_string(|)' hint='string pg_escape_string(string data) - Escape string for text/char type. (PHP 4>=4.2.0)' flags='130'/>
  1981. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_all(|)' hint='array pg_fetch_all(resource result) - Fetches all rows from a result as an array. (PHP 4>=4.3.0)' flags='130'/>
  1982. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_array(|)' hint='array pg_fetch_array(resource result [, int row [, int result_type]]) - Fetch a row as an array. (PHP 3>=3.0.1, PHP 4)' flags='130'/>
  1983. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_assoc(|)' hint='array pg_fetch_assoc(resource result [, int row]) - Fetch a row as an associative array. (PHP 4>=4.3.0)' flags='130'/>
  1984. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_object(|)' hint='object pg_fetch_object(resource result [, int row [, int result_type]]) - Fetch a row as an object. (PHP 3>=3.0.1, PHP 4)' flags='130'/>
  1985. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_result(|)' hint='mixed pg_fetch_result(resource result, int row, mixed field) - Returns values from a result resource. (PHP 4>=4.2.0)' flags='130'/>
  1986. <tag menu='P' submenu='PostgreSQL-->>p - pg_fe' inserttext='pg_fetch_row(|)' hint='array pg_fetch_row(resource result, int row) - Get a row as an enumerated array. (PHP 3>=3.0.1, PHP 4)' flags='130'/>
  1987. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_is_null(|)' hint='int pg_field_is_null(resource result, int row, mixed field) - Test if a field is NULL. (PHP 4>=4.2.0)' flags='130'/>
  1988. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_name(|)' hint='string pg_field_name(resource result, int field_number) - Returns the name of a field. (PHP 4>=4.2.0)' flags='130'/>
  1989. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_num(|)' hint='int pg_field_num(resource result, string field_name) - Returns the field number of the named field. (PHP 4>=4.2.0)' flags='130'/>
  1990. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_prtlen(|)' hint='int pg_field_prtlen(resource result, int row_number, string field_name) - Returns the printed length. (PHP 4>=4.2.0)' flags='130'/>
  1991. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_size(|)' hint='int pg_field_size(resource result, int field_number) - Returns the internal storage size of the named field. (PHP 4>=4.2.0)' flags='130'/>
  1992. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_field_type(|)' hint='string pg_field_type(resource result, int field_number) - Returns the type name for the corresponding field number. (PHP 4>=4.2.0)' flags='130'/>
  1993. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_free_result(|)' hint='bool pg_free_result(resource result) - Free result memory. (PHP 4>=4.2.0)' flags='130'/>
  1994. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_get_notify(|)' hint='array pg_get_notify(resource connection [, int result_type]) - Ping database connection. (PHP 4>=4.3.0)' flags='130'/>
  1995. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_get_pid(|)' hint='int pg_get_pid(resource connection) - Ping database connection. (PHP 4>=4.3.0)' flags='130'/>
  1996. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_get_result(|)' hint='resource pg_get_result([resource connection]) - Get asynchronous query result. (PHP 4>=4.2.0)' flags='130'/>
  1997. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_host(|)' hint='string pg_host(resource connection) - Returns the host name associated with the connection. (PHP 3, PHP 4)' flags='130'/>
  1998. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_insert(|)' hint='bool pg_insert(resource connection, string table_name, array assoc_array [, int options]) - Insert array into table. (PHP 4>=4.3.0)' flags='130'/>
  1999. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_last_error(|)' hint='string pg_last_error([resource connection]) - Get the last error message string of a connection. (PHP 4>=4.2.0)' flags='130'/>
  2000. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_last_notice(|)' hint='string pg_last_notice(resource connection) - Returns the last notice message from PostgreSQL server. (PHP 4>=4.0.6)' flags='130'/>
  2001. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_last_oid(|)' hint="int pg_last_oid(resource result) - Returns the last object's oid. (PHP 4>=4.2.0)" flags='130'/>
  2002. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_close(|)' hint='bool pg_lo_close(resource large_object) - Close a large object. (PHP 4>=4.2.0)' flags='130'/>
  2003. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_create(|)' hint='int pg_lo_create(resource connection) - Create a large object. (PHP 4>=4.2.0)' flags='130'/>
  2004. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_export(|)' hint='bool pg_lo_export(int oid, string pathname [, resource connection]) - Export a large object to file. (PHP 4>=4.2.0)' flags='130'/>
  2005. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_import(|)' hint='int pg_lo_import([resource connection, string pathname]) - Import a large object from file. (PHP 4>=4.2.0)' flags='130'/>
  2006. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_open(|)' hint='resource pg_lo_open(resource connection, int oid, string mode) - Open a large object. (PHP 4>=4.2.0)' flags='130'/>
  2007. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_read(|)' hint='string pg_lo_read(resource large_object, int len) - Read a large object. (PHP 4>=4.2.0)' flags='130'/>
  2008. <tag menu='P' submenu='PostgreSQL-->>pg_fi - pg_lo_r' inserttext='pg_lo_read_all(|)' hint='int pg_lo_read_all(resource large_object) - Reads an entire large object and send straight to browser. (PHP 4>=4.2.0)' flags='130'/>
  2009. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_lo_seek(|)' hint='bool pg_lo_seek(resource large_object, int offset [, int whence]) - Seeks position of large object. (PHP 4>=4.2.0)' flags='130'/>
  2010. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_lo_tell(|)' hint='int pg_lo_tell(resource large_object) - Returns current position of large object. (PHP 4>=4.2.0)' flags='130'/>
  2011. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_lo_unlink(|)' hint='bool pg_lo_unlink(resource connection, int oid) - Delete a large object. (PHP 4>=4.2.0)' flags='130'/>
  2012. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_lo_write(|)' hint='int pg_lo_write(resource large_object, string data) - Write a large object. (PHP 4>=4.2.0)' flags='130'/>
  2013. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_meta_data(|)' hint='array pg_meta_data(resource connection, string table_name) - Get meta data for table. (PHP 4>=4.3.0)' flags='130'/>
  2014. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_num_fields(|)' hint='int pg_num_fields(resource result) - Returns the number of fields. (PHP 4>=4.2.0)' flags='130'/>
  2015. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_num_rows(|)' hint='int pg_num_rows(resource result) - Returns the number of rows. (PHP 4>=4.2.0)' flags='130'/>
  2016. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_options(|)' hint='string pg_options(resource connection) - Get the options associated with the connection. (PHP 3, PHP 4)' flags='130'/>
  2017. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_pconnect(|)' hint='resource pg_pconnect(string connection_string) - Open a persistent PostgreSQL connection. (PHP 3, PHP 4)' flags='130'/>
  2018. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_ping(|)' hint='bool pg_ping(resource connection) - Ping database connection. (PHP 4>=4.3.0)' flags='130'/>
  2019. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_port(|)' hint='int pg_port(resource connection) - Return the port number associated with the connection. (PHP 3, PHP 4)' flags='130'/>
  2020. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_put_line(|)' hint='bool pg_put_line([resource connection, string data]) - Send a NULL-terminated string to PostgreSQL backend. (PHP 4>=4.0.3)' flags='130'/>
  2021. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_query(|)' hint='resource pg_query(resource connection, string query) - Execute a query. (PHP 4>=4.2.0)' flags='130'/>
  2022. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_result_error(|)' hint='string pg_result_error(resource result) - Get error message associated with result. (PHP 4>=4.2.0)' flags='130'/>
  2023. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_result_seek(|)' hint='array pg_result_seek(resource result, int offset) - Set internal row offset in result resource. (PHP 4>=4.3.0)' flags='130'/>
  2024. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_result_status(|)' hint='int pg_result_status(resource result) - Get status of query result. (PHP 4>=4.2.0)' flags='130'/>
  2025. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_select(|)' hint='array pg_select(resource connection, string table_name, array assoc_array [, int options]) - Select records. (PHP 4>=4.3.0)' flags='130'/>
  2026. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_send_query(|)' hint='bool pg_send_query(resource connection, string query) - Sends asynchronous query. (PHP 4>=4.2.0)' flags='130'/>
  2027. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_set_client_encoding(|)' hint='int pg_set_client_encoding([resource connection, string encoding]) - Set the client encoding. (PHP 3 CVS only, PHP 4>=4.0.3)' flags='130'/>
  2028. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_trace(|)' hint='bool pg_trace(string pathname [, string mode [, resource connection]]) - Enable tracing a PostgreSQL connection. (PHP 4>=4.0.1)' flags='130'/>
  2029. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_tty(|)' hint='string pg_tty(resource connection) - Return the tty name associated with the connection. (PHP 3, PHP 4)' flags='130'/>
  2030. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_unescape_bytea(|)' hint='string pg_unescape_bytea(string data) - Unescape binary for bytea type. (PHP 4>=4.3.0)' flags='130'/>
  2031. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_untrace(|)' hint='bool pg_untrace([resource connection]) - Disable tracing of a PostgreSQL connection. (PHP 4>=4.0.1)' flags='130'/>
  2032. <tag menu='P' submenu='PostgreSQL-->>pg_lo_s - p' inserttext='pg_update(|)' hint='mixed pg_update(resource connection, string table_name, array data, array condition [, int options]) - Update table. (PHP 4>=4.3.0)' flags='130'/>
  2033. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_abort(|)' hint="void printer_abort(resource handle) - Deletes the printer's spool file." flags='130'/>
  2034. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_close(|)' hint='void printer_close(resource handle) - Close an open printer connection.' flags='130'/>
  2035. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_create_brush(|)' hint='mixed printer_create_brush(int style, string color) - Create a new brush.' flags='130'/>
  2036. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_create_dc(|)' hint='void printer_create_dc(resource handle) - Create a new device context.' flags='130'/>
  2037. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_create_font(|)' hint='mixed printer_create_font(string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientaton) - Create a new font.' flags='130'/>
  2038. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_create_pen(|)' hint='mixed printer_create_pen(int style, int width, string color) - Create a new pen.' flags='130'/>
  2039. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_delete_brush(|)' hint='bool printer_delete_brush(resource handle) - Delete a brush.' flags='130'/>
  2040. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_delete_dc(|)' hint='bool printer_delete_dc(resource handle) - Delete a device context.' flags='130'/>
  2041. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_delete_font(|)' hint='bool printer_delete_font(resource handle) - Delete a font.' flags='130'/>
  2042. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_delete_pen(|)' hint='bool printer_delete_pen(resource handle) - Delete a pen.' flags='130'/>
  2043. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_draw_bmp(|)' hint='void printer_draw_bmp(resource handle, string filename, int x, int y) - Draw a bmp.' flags='130'/>
  2044. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_draw_chord(|)' hint='void printer_draw_chord(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1) - Draw a chord.' flags='130'/>
  2045. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_draw_elipse(|)' hint='void printer_draw_elipse(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) - Draw an ellipse.' flags='130'/>
  2046. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_draw_line(|)' hint='void printer_draw_line(resource printer_handle, int from_x, int from_y, int to_x, int to_y) - Draw a line.' flags='130'/>
  2047. <tag menu='P' submenu='Printer-->>p - printer_draw_p' inserttext='printer_draw_pie(|)' hint='void printer_draw_pie(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y) - Draw a pie.' flags='130'/>
  2048. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_draw_rectangle(|)' hint='void printer_draw_rectangle(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) - Draw a rectangle.' flags='130'/>
  2049. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_draw_roundrect(|)' hint='void printer_draw_roundrect(resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height) - Draw a rectangle with rounded corners.' flags='130'/>
  2050. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_draw_text(|)' hint='void printer_draw_text(resource printer_handle, string text, int x, int y) - Draw text.' flags='130'/>
  2051. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_end_doc(|)' hint='bool printer_end_doc(resource handle) - Close document.' flags='130'/>
  2052. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_end_page(|)' hint='bool printer_end_page(resource handle) - Close active page.' flags='130'/>
  2053. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_get_option(|)' hint='mixed printer_get_option(resource handle, string option) - Retrieve printer configuration data.' flags='130'/>
  2054. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_list(|)' hint='array printer_list(int enumtype [, string name [, int level]]) - Return an array of printers attached to the server.' flags='130'/>
  2055. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_logical_fontheight(|)' hint='int printer_logical_fontheight(resource handle, int height) - Get logical font height.' flags='130'/>
  2056. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_open(|)' hint='mixed printer_open([string devicename]) - Open connection to a printer.' flags='130'/>
  2057. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_select_brush(|)' hint='void printer_select_brush(resource printer_handle, resource brush_handle) - Select a brush.' flags='130'/>
  2058. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_select_font(|)' hint='void printer_select_font(resource printer_handle, resource font_handle) - Select a font.' flags='130'/>
  2059. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_select_pen(|)' hint='void printer_select_pen(resource printer_handle, resource pen_handle) - Select a pen.' flags='130'/>
  2060. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_set_option(|)' hint='bool printer_set_option(resource handle, int option, mixed value) - Configure the printer connection.' flags='130'/>
  2061. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_start_doc(|)' hint='bool printer_start_doc(resource handle [, string document]) - Start a new document.' flags='130'/>
  2062. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_start_page(|)' hint='bool printer_start_page(resource handle) - Start a new page.' flags='130'/>
  2063. <tag menu='P' submenu='Printer-->>printer_draw_r - p' inserttext='printer_write(|)' hint='bool printer_write(resource handle, string content) - Write data to the printer.' flags='130'/>
  2064. <tag menu='P' submenu='Process Control' inserttext='pcntl_exec(|)' hint='bool pcntl_exec(string path [, array args [, array envs]]) - Executes specified program in current process space. (PHP 4>=4.2.0)' flags='130'/>
  2065. <tag menu='P' submenu='Process Control' inserttext='pcntl_fork()' hint='int pcntl_fork(void) - Forks the currently running process. (PHP 4>=4.1.0)' flags='130'/>
  2066. <tag menu='P' submenu='Process Control' inserttext='pcntl_signal(|)' hint='bool pcntl_signal(int signo, callback handle [, bool restart_syscalls]) - Installs a signal handler. (PHP 4>=4.1.0)' flags='130'/>
  2067. <tag menu='P' submenu='Process Control' inserttext='pcntl_waitpid(|)' hint='int pcntl_waitpid(int pid, int &status, int options) - Waits on or returns the status of a forked child. (PHP 4>=4.1.0)' flags='130'/>
  2068. <tag menu='P' submenu='Process Control' inserttext='pcntl_wexitstatus(|)' hint='int pcntl_wexitstatus(int status) - Returns the return code of a terminated child. (PHP 4>=4.1.0)' flags='130'/>
  2069. <tag menu='P' submenu='Process Control' inserttext='pcntl_wifexited(|)' hint='int pcntl_wifexited(int status) - Returns TRUE if status code represents a successful exit. (PHP 4>=4.1.0)' flags='130'/>
  2070. <tag menu='P' submenu='Process Control' inserttext='pcntl_wifsignaled(|)' hint='int pcntl_wifsignaled(int status) - Returns TRUE if status code represents a termination due to a signal. (PHP 4>=4.1.0)' flags='130'/>
  2071. <tag menu='P' submenu='Process Control' inserttext='pcntl_wifstopped(|)' hint='int pcntl_wifstopped(int status) - Returns TRUE if child process is currently stopped. (PHP 4>=4.1.0)' flags='130'/>
  2072. <tag menu='P' submenu='Process Control' inserttext='pcntl_wstopsig(|)' hint='int pcntl_wstopsig(int status) - Returns the signal which caused the child to stop. (PHP 4>=4.1.0)' flags='130'/>
  2073. <tag menu='P' submenu='Process Control' inserttext='pcntl_wtermsig(|)' hint='int pcntl_wtermsig(int status) - Returns the signal which caused the child to terminate. (PHP 4>=4.1.0)' flags='130'/>
  2074. <tag menu='P' submenu='Program Execution' inserttext='escapeshellarg(|)' hint='string escapeshellarg(string arg) - Escape a string to be used as a shell argument. (PHP 4>=4.0.3)' flags='130'/>
  2075. <tag menu='P' submenu='Program Execution' inserttext='escapeshellcmd(|)' hint='string escapeshellcmd(string command) - Escape shell metacharacters. (PHP 3, PHP 4)' flags='130'/>
  2076. <tag menu='P' submenu='Program Execution' inserttext='exec(|)' hint='string exec(string command [, array output [, int return_var]]) - Execute an external program. (PHP 3, PHP 4)' flags='130'/>
  2077. <tag menu='P' submenu='Program Execution' inserttext='passthru(|)' hint='void passthru(string command [, int return_var]) - Execute an external program and display raw output. (PHP 3, PHP 4)' flags='130'/>
  2078. <tag menu='P' submenu='Program Execution' inserttext='proc_close(|)' hint='int proc_close(resource process) - Close a process opened by proc_open() and return the exit code of that process. (PHP 4>=4.3.0)' flags='130'/>
  2079. <tag menu='P' submenu='Program Execution' inserttext='proc_get_status(|)' hint='array proc_get_status(resource process) - Get information about a process opened by proc_open(). (PHP 5 CVS only)' flags='130'/>
  2080. <tag menu='P' submenu='Program Execution' inserttext='proc_nice(|)' hint='bool proc_nice(int priority) - Change the priority of the current process. (PHP 5 CVS only)' flags='130'/>
  2081. <tag menu='P' submenu='Program Execution' inserttext='proc_open(|)' hint='resource proc_open(string cmd, array descriptorspec, array pipes) - Execute a command and open file pointers for input/output. (PHP 4>=4.3.0)' flags='130'/>
  2082. <tag menu='P' submenu='Program Execution' inserttext='proc_terminate(|)' hint='int proc_terminate(resource process [, int signal]) - Kills a process opened by proc_open. (PHP 5 CVS only)' flags='130'/>
  2083. <tag menu='P' submenu='Program Execution' inserttext='shell_exec(|)' hint='string shell_exec(string cmd) - Execute command via shell and return the complete output as a string. (PHP 4)' flags='130'/>
  2084. <tag menu='P' submenu='Program Execution' inserttext='system(|)' hint='string system(string command [, int return_var]) - Execute an external program and display the output. (PHP 3, PHP 4)' flags='130'/>
  2085. <tag menu='P' submenu='Pspell' inserttext='pspell_add_to_personal(|)' hint='int pspell_add_to_personal(int dictionary_link, string word) - Add the word to a personal wordlist. (PHP 4>=4.0.2)' flags='130'/>
  2086. <tag menu='P' submenu='Pspell' inserttext='pspell_add_to_session(|)' hint='int pspell_add_to_session(int dictionary_link, string word) - Add the word to the wordlist in the current session. (PHP 4>=4.0.2)' flags='130'/>
  2087. <tag menu='P' submenu='Pspell' inserttext='pspell_check(|)' hint='bool pspell_check(int dictionary_link, string word) - Check a word. (PHP 4>=4.0.2)' flags='130'/>
  2088. <tag menu='P' submenu='Pspell' inserttext='pspell_clear_session(|)' hint='int pspell_clear_session(int dictionary_link) - Clear the current session. (PHP 4>=4.0.2)' flags='130'/>
  2089. <tag menu='P' submenu='Pspell' inserttext='pspell_config_create(|)' hint='int pspell_config_create(string language [, string spelling [, string jargon [, string encoding]]]) - Create a config used to open a dictionary. (PHP 4>=4.0.2)' flags='130'/>
  2090. <tag menu='P' submenu='Pspell' inserttext='pspell_config_ignore(|)' hint='int pspell_config_ignore(int dictionary_link, int n) - Ignore words less than N characters long. (PHP 4>=4.0.2)' flags='130'/>
  2091. <tag menu='P' submenu='Pspell' inserttext='pspell_config_mode(|)' hint='int pspell_config_mode(int dictionary_link, int mode) - Change the mode number of suggestions returned. (PHP 4>=4.0.2)' flags='130'/>
  2092. <tag menu='P' submenu='Pspell' inserttext='pspell_config_personal(|)' hint='int pspell_config_personal(int dictionary_link, string file) - Set a file that contains personal wordlist. (PHP 4>=4.0.2)' flags='130'/>
  2093. <tag menu='P' submenu='Pspell' inserttext='pspell_config_repl(|)' hint='int pspell_config_repl(int dictionary_link, string file) - Set a file that contains replacement pairs. (PHP 4>=4.0.2)' flags='130'/>
  2094. <tag menu='P' submenu='Pspell' inserttext='pspell_config_runtogether(|)' hint='int pspell_config_runtogether(int dictionary_link, bool flag) - Consider run-together words as valid compounds. (PHP 4>=4.0.2)' flags='130'/>
  2095. <tag menu='P' submenu='Pspell' inserttext='pspell_config_save_repl(|)' hint='int pspell_config_save_repl(int dictionary_link, bool flag) - Determine whether to save a replacement pairs list along with the wordlist. (PHP 4>=4.0.2)' flags='130'/>
  2096. <tag menu='P' submenu='Pspell' inserttext='pspell_new(|)' hint='int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode]]]]) - Load a new dictionary. (PHP 4>=4.0.2)' flags='130'/>
  2097. <tag menu='P' submenu='Pspell' inserttext='pspell_new_config(|)' hint='int pspell_new_config(int config) - Load a new dictionary with settings based on a given config. (PHP 4>=4.0.2)' flags='130'/>
  2098. <tag menu='P' submenu='Pspell' inserttext='pspell_new_personal(|)' hint='int pspell_new_personal(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]]) - Load a new dictionary with personal wordlist. (PHP 4>=4.0.2)' flags='130'/>
  2099. <tag menu='P' submenu='Pspell' inserttext='pspell_save_wordlist(|)' hint='int pspell_save_wordlist(int dictionary_link) - Save the personal wordlist to a file. (PHP 4>=4.0.2)' flags='130'/>
  2100. <tag menu='P' submenu='Pspell' inserttext='pspell_store_replacement(|)' hint='int pspell_store_replacement(int dictionary_link, string misspelled, string correct) - Store a replacement pair for a word. (PHP 4>=4.0.2)' flags='130'/>
  2101. <tag menu='P' submenu='Pspell' inserttext='pspell_suggest(|)' hint='array pspell_suggest(int dictionary_link, string word) - Suggest spellings of a word. (PHP 4>=4.0.2)' flags='130'/>
  2102. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='ereg(|)' hint='bool ereg(string pattern, string string [, array regs]) - Regular expression match. (PHP 3, PHP 4)' flags='130'/>
  2103. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='ereg_replace(|)' hint='string ereg_replace(string pattern, string replacement, string string) - Replace regular expression. (PHP 3, PHP 4)' flags='130'/>
  2104. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='eregi(|)' hint='bool eregi(string pattern, string string [, array regs]) - Case insensitive regular expression match. (PHP 3, PHP 4)' flags='130'/>
  2105. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='eregi_replace(|)' hint='string eregi_replace(string pattern, string replacement, string string) - Replace regular expression case insensitive. (PHP 3, PHP 4)' flags='130'/>
  2106. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='split(|)' hint='array split(string pattern, string string [, int limit]) - Split string into array by regular expression. (PHP 3, PHP 4)' flags='130'/>
  2107. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='spliti(|)' hint='array spliti(string pattern, string string [, int limit]) - Split string into array by regular expression case insensitive. (PHP 4>=4.0.1)' flags='130'/>
  2108. <tag menu='R' submenu='Regular Expression (POSIX Extended)' inserttext='sql_regcase(|)' hint='string sql_regcase(string string) - Make regular expression for case insensitive match. (PHP 3, PHP 4)' flags='130'/>
  2109. <tag menu='S' submenu='SESAM database' inserttext='sesam_affected_rows(|)' hint='int sesam_affected_rows(string result_id) - Get number of rows affected by an immediate query. (PHP 3 CVS only)' flags='130'/>
  2110. <tag menu='S' submenu='SESAM database' inserttext='sesam_commit()' hint='bool sesam_commit(void) - Commit pending updates to the SESAM database. (PHP 3 CVS only)' flags='130'/>
  2111. <tag menu='S' submenu='SESAM database' inserttext='sesam_connect(|)' hint='bool sesam_connect(string catalog, string schema, string user) - Open SESAM database connection. (PHP 3 CVS only)' flags='130'/>
  2112. <tag menu='S' submenu='SESAM database' inserttext='sesam_diagnostic()' hint='array sesam_diagnostic(void) - Return status information for last SESAM call. (PHP 3 CVS only)' flags='130'/>
  2113. <tag menu='S' submenu='SESAM database' inserttext='sesam_disconnect()' hint='bool sesam_disconnect(void) - Detach from SESAM connection. (PHP 3 CVS only)' flags='130'/>
  2114. <tag menu='S' submenu='SESAM database' inserttext='sesam_errormsg()' hint='string sesam_errormsg(void) - Returns error message of last SESAM call. (PHP 3 CVS only)' flags='130'/>
  2115. <tag menu='S' submenu='SESAM database' inserttext='sesam_execimm(|)' hint='string sesam_execimm(string query) - Execute an "immediate" SQL-statement. (PHP 3 CVS only)' flags='130'/>
  2116. <tag menu='S' submenu='SESAM database' inserttext='sesam_fetch_array(|)' hint='array sesam_fetch_array(string result_id [, int whence [, int offset]]) - Fetch one row as an associative array. (PHP 3 CVS only)' flags='130'/>
  2117. <tag menu='S' submenu='SESAM database' inserttext='sesam_fetch_result(|)' hint='mixed sesam_fetch_result(string result_id [, int max_rows]) - Return all or part of a query result. (PHP 3 CVS only)' flags='130'/>
  2118. <tag menu='S' submenu='SESAM database' inserttext='sesam_fetch_row(|)' hint='array sesam_fetch_row(string result_id [, int whence [, int offset]]) - Fetch one row as an array. (PHP 3 CVS only)' flags='130'/>
  2119. <tag menu='S' submenu='SESAM database' inserttext='sesam_field_array(|)' hint='array sesam_field_array(string result_id) - Return meta information about individual columns in a result. (PHP 3 CVS only)' flags='130'/>
  2120. <tag menu='S' submenu='SESAM database' inserttext='sesam_field_name(|)' hint='int sesam_field_name(string result_id, int index) - Return one column name of the result set. (PHP 3 CVS only)' flags='130'/>
  2121. <tag menu='S' submenu='SESAM database' inserttext='sesam_free_result(|)' hint='int sesam_free_result(string result_id) - Releases resources for the query. (PHP 3 CVS only)' flags='130'/>
  2122. <tag menu='S' submenu='SESAM database' inserttext='sesam_num_fields(|)' hint='int sesam_num_fields(string result_id) - Return the number of fields/columns in a result set. (PHP 3 CVS only)' flags='130'/>
  2123. <tag menu='S' submenu='SESAM database' inserttext='sesam_query(|)' hint='string sesam_query(string query [, bool scrollable]) - Perform a SESAM SQL query and prepare the result. (PHP 3 CVS only)' flags='130'/>
  2124. <tag menu='S' submenu='SESAM database' inserttext='sesam_rollback()' hint='bool sesam_rollback(void) - Discard any pending updates to the SESAM database. (PHP 3 CVS only)' flags='130'/>
  2125. <tag menu='S' submenu='SESAM database' inserttext='sesam_seek_row(|)' hint='bool sesam_seek_row(string result_id, int whence [, int offset]) - Set scrollable cursor mode for subsequent fetches. (PHP 3 CVS only)' flags='130'/>
  2126. <tag menu='S' submenu='SESAM database' inserttext='sesam_settransaction(|)' hint='bool sesam_settransaction(int isolation_level, int read_only) - Set SESAM transaction parameters. (PHP 3 CVS only)' flags='130'/>
  2127. <tag menu='S' submenu='SNMP' inserttext='snmp_get_quick_print()' hint="bool snmp_get_quick_print(void) - Fetches the current value of the UCD library's quick_print setting. (PHP 3>=3.0.8, PHP 4)" flags='130'/>
  2128. <tag menu='S' submenu='SNMP' inserttext='snmp_set_quick_print(|)' hint='void snmp_set_quick_print(bool quick_print) - Set the value of quick_print within the UCD SNMP library. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  2129. <tag menu='S' submenu='SNMP' inserttext='snmpget(|)' hint='string snmpget(string hostname, string community, string object_id [, int timeout [, int retries]]) - Fetch an SNMP object. (PHP 3, PHP 4)' flags='130'/>
  2130. <tag menu='S' submenu='SNMP' inserttext='snmprealwalk(|)' hint='array snmprealwalk(string host, string community, string object_id [, int timeout [, int retries]]) - Return all objects including their respective object ID within the specified one. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  2131. <tag menu='S' submenu='SNMP' inserttext='snmpset(|)' hint='bool snmpset(string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]]) - Set an SNMP object. (PHP 3>=3.0.12, PHP 4)' flags='130'/>
  2132. <tag menu='S' submenu='SNMP' inserttext='snmpwalk(|)' hint='array snmpwalk(string hostname, string community, string object_id [, int timeout [, int retries]]) - Fetch all the SNMP objects from an agent. (PHP 3, PHP 4)' flags='130'/>
  2133. <tag menu='S' submenu='SNMP' inserttext='snmpwalkoid(|)' hint='array snmpwalkoid(string hostname, string community, string object_id [, int timeout [, int retries]]) - Query for a tree of information about a network entity. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  2134. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_array_query(|)' hint='array sqlite_array_query(resource dbhandle, string query [, int result_type [, bool decode_binary]]) - Execute a query against a given database and returns an array.' flags='130'/>
  2135. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_busy_timeout(|)' hint='void sqlite_busy_timeout(resource dbhandle, int milliseconds) - Set busy timeout duration, or disable busy handlers.' flags='130'/>
  2136. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_changes(|)' hint='int sqlite_changes(resource dbhandle) - Returns the number of rows that were changed by the most recent SQL statement.' flags='130'/>
  2137. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_close(|)' hint='void sqlite_close(resource dbhandle) - Closes an open SQLite database.' flags='130'/>
  2138. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_column(|)' hint='mixed sqlite_column(resource result, mixed index_or_name [, bool decode_binary]) - Fetches a column from the current row of a result set.' flags='130'/>
  2139. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_create_aggregate(|)' hint='bool sqlite_create_aggregate(resource dbhandle, string function_name, mixed step_func, mixed finalize_func [, int num_args]) - Register an aggregating UDF for use in SQL statements.' flags='130'/>
  2140. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_create_function(|)' hint='bool sqlite_create_function(resource dbhandle, string function_name, mixed callback [, int num_args]) - Registers a "regular" User Defined Function for use in SQL statements.' flags='130'/>
  2141. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_current(|)' hint='array sqlite_current(resource result [, int result_type [, bool decode_binary]]) - Fetches the current row from a result set as an array.' flags='130'/>
  2142. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_error_string(|)' hint='string sqlite_error_string(int error_code) - Returns the textual description of an error code.' flags='130'/>
  2143. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_escape_string(|)' hint='string sqlite_escape_string(string item) - Escapes a string for use as a query parameter.' flags='130'/>
  2144. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_fetch_array(|)' hint='array sqlite_fetch_array(resource result [, int result_type [, bool decode_binary]]) - Fetches the next row from a result set as an array.' flags='130'/>
  2145. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_fetch_single(|)' hint='string sqlite_fetch_single(resource result [, int result_type [, bool decode_binary]]) - Fetches the first column of a result set as a string.' flags='130'/>
  2146. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_fetch_string(|)' hint='sqlite_fetch_string - Alias of sqlite_fetch_single().' flags='130'/>
  2147. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_field_name(|)' hint='string sqlite_field_name(resource result, int field_index) - Returns the name of a particular field.' flags='130'/>
  2148. <tag menu='S' submenu='SQLite-->>s - sqlite_h' inserttext='sqlite_has_more(|)' hint='bool sqlite_has_more(resource result) - Returns whether or not more rows are available.' flags='130'/>
  2149. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_last_error(|)' hint='int sqlite_last_error(resource dbhandle) - Returns the error code of the last error for a database.' flags='130'/>
  2150. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_last_insert_rowid(|)' hint='int sqlite_last_insert_rowid(resource dbhandle) - Returns the rowid of the most recently inserted row.' flags='130'/>
  2151. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_libencoding()' hint='string sqlite_libencoding(void) - Returns the encoding of the linked SQLite library.' flags='130'/>
  2152. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_libversion()' hint='string sqlite_libversion(void) - Returns the version of the linked SQLite library.' flags='130'/>
  2153. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_next(|)' hint='bool sqlite_next(resource result) - Seek to the next row number.' flags='130'/>
  2154. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_num_fields(|)' hint='int sqlite_num_fields(resource result) - Returns the number of fields in a result set.' flags='130'/>
  2155. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_num_rows(|)' hint='int sqlite_num_rows(resource result) - Returns the number of rows in a buffered result set.' flags='130'/>
  2156. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_open(|)' hint='resource sqlite_open(string filename [, int mode [, string &error_message]]) - Opens a SQLite database.  Will create the database if it does not exist.' flags='130'/>
  2157. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_popen(|)' hint='resource sqlite_popen(string filename [, int mode [, string &error_message]]) - Opens a persistent handle to an SQLite database.  Will create the database if it does not exist.' flags='130'/>
  2158. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_query(|)' hint='resource sqlite_query(resource dbhandle, string query) - Executes a query against a given database and returns a result handle.' flags='130'/>
  2159. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_rewind(|)' hint='bool sqlite_rewind(resource result) - Seek to the first row number.' flags='130'/>
  2160. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_seek(|)' hint='bool sqlite_seek(resource result, int rownum) - Seek to a particular row number of a buffered result set.' flags='130'/>
  2161. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_udf_decode_binary(|)' hint='string sqlite_udf_decode_binary(string data) - Decode binary data passed as parameters to an UDF.' flags='130'/>
  2162. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_udf_encode_binary(|)' hint='string sqlite_udf_encode_binary(string data) - Encode binary data before returning it from an UDF.' flags='130'/>
  2163. <tag menu='S' submenu='SQLite-->>sqlite_l - s' inserttext='sqlite_unbuffered_query(|)' hint='resource sqlite_unbuffered_query(resource dbhandle, string query) - Execute a query that does not prefetch and buffer all data.' flags='130'/>
  2164. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='ftok(|)' hint='int ftok(string pathname, string proj) - Convert a pathname and a project identifier to a System V IPC key. (PHP 4>=4.2.0)' flags='130'/>
  2165. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_get_queue(|)' hint='int msg_get_queue(int key [, int perms]) - Create or attach to a message queue. (PHP 4>=4.3.0)' flags='130'/>
  2166. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_receive(|)' hint='bool msg_receive(int queue, int desiredmsgtype, int msgtype, int maxsize, mixed message [, bool unserialize [, int flags [, int errorcode]]]) - Receive a message from a message queue. (PHP 4>=4.3.0)' flags='130'/>
  2167. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_remove_queue(|)' hint='bool msg_remove_queue(int queue) - Destroy a message queue. (PHP 4>=4.3.0)' flags='130'/>
  2168. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_send(|)' hint='bool msg_send(int queue, int msgtype, mixed message [, bool serialize [, bool blocking [, int errorcode]]]) - Send a message to a message queue. (PHP 4>=4.3.0)' flags='130'/>
  2169. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_set_queue(|)' hint='bool msg_set_queue(int queue, array data) - Set information in the message queue data structure. (PHP 4>=4.3.0)' flags='130'/>
  2170. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='msg_stat_queue(|)' hint='array msg_stat_queue(int queue) - Returns information from the message queue data structure. (PHP 4>=4.3.0)' flags='130'/>
  2171. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='sem_acquire(|)' hint='bool sem_acquire(int sem_identifier) - Acquire a semaphore. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2172. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='sem_get(|)' hint='int sem_get(int key [, int max_acquire [, int perm]]) - Get a semaphore id. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2173. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='sem_release(|)' hint='bool sem_release(int sem_identifier) - Release a semaphore. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2174. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='sem_remove(|)' hint='bool sem_remove(int sem_identifier) - Remove a semaphore. (PHP 4>=4.1.0)' flags='130'/>
  2175. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_attach(|)' hint='int shm_attach(int key [, int memsize [, int perm]]) - Creates or open a shared memory segment. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2176. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_detach(|)' hint='bool shm_detach(int shm_identifier) - Disconnects from shared memory segment. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2177. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_get_var(|)' hint='mixed shm_get_var(int id, int variable_key) - Returns a variable from shared memory. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2178. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_put_var(|)' hint='int shm_put_var(int shm_identifier, int variable_key, mixed variable) - Inserts or updates a variable in shared memory. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2179. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_remove(|)' hint='int shm_remove(int shm_identifier) - Removes shared memory from Unix systems. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2180. <tag menu='S' submenu='Semaphore, Shared Memory and IPC' inserttext='shm_remove_var(|)' hint='int shm_remove_var(int id, int variable_key) - Removes a variable from shared memory. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2181. <tag menu='S' submenu='Session handling' inserttext='session_cache_expire(|)' hint='int session_cache_expire([int new_cache_expire]) - Return current cache expire. (PHP 4>=4.2.0)' flags='130'/>
  2182. <tag menu='S' submenu='Session handling' inserttext='session_cache_limiter(|)' hint='string session_cache_limiter([string cache_limiter]) - Get and/or set the current cache limiter. (PHP 4>=4.0.3)' flags='130'/>
  2183. <tag menu='S' submenu='Session handling' inserttext='session_decode(|)' hint='bool session_decode(string data) - Decodes session data from a string. (PHP 4)' flags='130'/>
  2184. <tag menu='S' submenu='Session handling' inserttext='session_destroy()' hint='bool session_destroy(void) - Destroys all data registered to a session. (PHP 4)' flags='130'/>
  2185. <tag menu='S' submenu='Session handling' inserttext='session_encode()' hint='string session_encode(void) - Encodes the current session data as a string. (PHP 4)' flags='130'/>
  2186. <tag menu='S' submenu='Session handling' inserttext='session_get_cookie_params()' hint='array session_get_cookie_params(void) - Get the session cookie parameters. (PHP 4)' flags='130'/>
  2187. <tag menu='S' submenu='Session handling' inserttext='session_id(|)' hint='string session_id([string id]) - Get and/or set the current session id. (PHP 4)' flags='130'/>
  2188. <tag menu='S' submenu='Session handling' inserttext='session_is_registered(|)' hint='bool session_is_registered(string name) - Find out whether a global variable is registered in a session. (PHP 4)' flags='130'/>
  2189. <tag menu='S' submenu='Session handling' inserttext='session_module_name(|)' hint='string session_module_name([string module]) - Get and/or set the current session module. (PHP 4)' flags='130'/>
  2190. <tag menu='S' submenu='Session handling' inserttext='session_name(|)' hint='string session_name([string name]) - Get and/or set the current session name. (PHP 4)' flags='130'/>
  2191. <tag menu='S' submenu='Session handling' inserttext='session_regenerate_id()' hint='bool session_regenerate_id(void) - Update the current session id with a newly generated one. (PHP 4>=4.3.2)' flags='130'/>
  2192. <tag menu='S' submenu='Session handling' inserttext='session_register(|)' hint='bool session_register(mixed name [, mixed ...]) - Register one or more global variables with the current session. (PHP 4)' flags='130'/>
  2193. <tag menu='S' submenu='Session handling' inserttext='session_save_path(|)' hint='string session_save_path([string path]) - Get and/or set the current session save path. (PHP 4)' flags='130'/>
  2194. <tag menu='S' submenu='Session handling' inserttext='session_set_cookie_params(|)' hint='void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure]]]) - Set the session cookie parameters. (PHP 4)' flags='130'/>
  2195. <tag menu='S' submenu='Session handling' inserttext='session_set_save_handler(|)' hint='bool session_set_save_handler(string open, string close, string read, string write, string destroy, string gc) - Sets user-level session storage functions. (PHP 4)' flags='130'/>
  2196. <tag menu='S' submenu='Session handling' inserttext='session_start()' hint='bool session_start(void) - Initialize session data. (PHP 4)' flags='130'/>
  2197. <tag menu='S' submenu='Session handling' inserttext='session_unregister(|)' hint='bool session_unregister(string name) - Unregister a global variable from the current session. (PHP 4)' flags='130'/>
  2198. <tag menu='S' submenu='Session handling' inserttext='session_unset()' hint='void session_unset(void) - Free all session variables. (PHP 4)' flags='130'/>
  2199. <tag menu='S' submenu='Session handling' inserttext='session_write_close()' hint='void session_write_close(void) - Write session data and end session. (PHP 4>=4.0.4)' flags='130'/>
  2200. <tag menu='S' submenu='Shared Memory' inserttext='shmop_close(|)' hint='int shmop_close(int shmid) - Close shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2201. <tag menu='S' submenu='Shared Memory' inserttext='shmop_delete(|)' hint='int shmop_delete(int shmid) - Delete shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2202. <tag menu='S' submenu='Shared Memory' inserttext='shmop_open(|)' hint='int shmop_open(int key, string flags, int mode, int size) - Create or open shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2203. <tag menu='S' submenu='Shared Memory' inserttext='shmop_read(|)' hint='string shmop_read(int shmid, int start, int count) - Read data from shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2204. <tag menu='S' submenu='Shared Memory' inserttext='shmop_size(|)' hint='int shmop_size(int shmid) - Get size of shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2205. <tag menu='S' submenu='Shared Memory' inserttext='shmop_write(|)' hint='int shmop_write(int shmid, string data, int offset) - Write data into shared memory block. (PHP 4>=4.0.4)' flags='130'/>
  2206. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actiongeturl(|)' hint='void swf_actiongeturl(string url, string target) - Get a URL from a Shockwave Flash movie. (PHP 4<=4.3.2)' flags='130'/>
  2207. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actiongotoframe(|)' hint='void swf_actiongotoframe(int framenumber) - Play a frame and then stop. (PHP 4<=4.3.2)' flags='130'/>
  2208. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actiongotolabel(|)' hint='void swf_actiongotolabel(string label) - Display a frame with the specified label. (PHP 4<=4.3.2)' flags='130'/>
  2209. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionnextframe()' hint='void swf_actionnextframe(void) - Go forward one frame. (PHP 4<=4.3.2)' flags='130'/>
  2210. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionplay()' hint='void swf_actionplay(void) - Start playing the flash movie from the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2211. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionprevframe()' hint='void swf_actionprevframe(void) - Go backwards one frame. (PHP 4<=4.3.2)' flags='130'/>
  2212. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionsettarget(|)' hint='void swf_actionsettarget(string target) - Set the context for actions. (PHP 4<=4.3.2)' flags='130'/>
  2213. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionstop()' hint='void swf_actionstop(void) - Stop playing the flash movie at the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2214. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actiontogglequality()' hint='void swf_actiontogglequality(void) - Toggle between low and high quality. (PHP 4<=4.3.2)' flags='130'/>
  2215. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_actionwaitforframe(|)' hint='void swf_actionwaitforframe(int framenumber, int skipcount) - Skip actions if a frame has not been loaded. (PHP 4<=4.3.2)' flags='130'/>
  2216. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_addbuttonrecord(|)' hint='void swf_addbuttonrecord(int states, int shapeid, int depth) - Controls location, appearance and active area of the current button. (PHP 4<=4.3.2)' flags='130'/>
  2217. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_addcolor(|)' hint='void swf_addcolor(float r, float g, float b, float a) - Set the global add color to the rgba value specified. (PHP 4<=4.3.2)' flags='130'/>
  2218. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_closefile(|)' hint='void swf_closefile([int return_file]) - Close the current Shockwave Flash file. (PHP 4<=4.3.2)' flags='130'/>
  2219. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_definebitmap(|)' hint='void swf_definebitmap(int objid, string image_name) - Define a bitmap. (PHP 4<=4.3.2)' flags='130'/>
  2220. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_definefont(|)' hint='void swf_definefont(int fontid, string fontname) - Defines a font. (PHP 4<=4.3.2)' flags='130'/>
  2221. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_defineline(|)' hint='void swf_defineline(int objid, float x1, float y1, float x2, float y2, float width) - Define a line. (PHP 4<=4.3.2)' flags='130'/>
  2222. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_definepoly(|)' hint='void swf_definepoly(int objid, array coords, int npoints, float width) - Define a polygon. (PHP 4<=4.3.2)' flags='130'/>
  2223. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_definerect(|)' hint='void swf_definerect(int objid, float x1, float y1, float x2, float y2, float width) - Define a rectangle. (PHP 4<=4.3.2)' flags='130'/>
  2224. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_definetext(|)' hint='void swf_definetext(int objid, string str, int docenter) - Define a text string. (PHP 4<=4.3.2)' flags='130'/>
  2225. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_endbutton()' hint='void swf_endbutton(void) - End the definition of the current button. (PHP 4<=4.3.2)' flags='130'/>
  2226. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_enddoaction()' hint='void swf_enddoaction(void) - End the current action. (PHP 4<=4.3.2)' flags='130'/>
  2227. <tag menu='S' submenu='Shockwave Flash-->>s - swf_endsh' inserttext='swf_endshape()' hint='void swf_endshape(void) - Completes the definition of the current shape. (PHP 4<=4.3.2)' flags='130'/>
  2228. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_endsymbol()' hint='void swf_endsymbol(void) - End the definition of a symbol. (PHP 4<=4.3.2)' flags='130'/>
  2229. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_fontsize(|)' hint='void swf_fontsize(float size) - Change the font size. (PHP 4<=4.3.2)' flags='130'/>
  2230. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_fontslant(|)' hint='void swf_fontslant(float slant) - Set the font slant. (PHP 4<=4.3.2)' flags='130'/>
  2231. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_fonttracking(|)' hint='void swf_fonttracking(float tracking) - Set the current font tracking. (PHP 4<=4.3.2)' flags='130'/>
  2232. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_getbitmapinfo(|)' hint='array swf_getbitmapinfo(int bitmapid) - Get information about a bitmap. (PHP 4<=4.3.2)' flags='130'/>
  2233. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_getfontinfo()' hint='array swf_getfontinfo(void) - The height in pixels of a capital A and a lowercase x. (PHP 4<=4.3.2)' flags='130'/>
  2234. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_getframe()' hint='int swf_getframe(void) - Get the frame number of the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2235. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_labelframe(|)' hint='void swf_labelframe(string name) - Label the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2236. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_lookat(|)' hint='void swf_lookat(float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist) - Define a viewing transformation. (PHP 4<=4.3.2)' flags='130'/>
  2237. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_modifyobject(|)' hint='void swf_modifyobject(int depth, int how) - Modify an object. (PHP 4<=4.3.2)' flags='130'/>
  2238. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_mulcolor(|)' hint='void swf_mulcolor(float r, float g, float b, float a) - Sets the global multiply color to the rgba value specified. (PHP 4<=4.3.2)' flags='130'/>
  2239. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_nextid()' hint='int swf_nextid(void) - Returns the next free object id. (PHP 4<=4.3.2)' flags='130'/>
  2240. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_oncondition(|)' hint='void swf_oncondition(int transition) - Describe a transition used to trigger an action list. (PHP 4<=4.3.2)' flags='130'/>
  2241. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_openfile(|)' hint='void swf_openfile(string filename, float width, float height, float framerate, float r, float g, float b) - Open a new Shockwave Flash file. (PHP 4<=4.3.2)' flags='130'/>
  2242. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_ortho(|)' hint='void swf_ortho(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax) - Defines an orthographic mapping of user coordinates onto the current viewport. (4.0.1-4.3.2 only)' flags='130'/>
  2243. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_ortho2(|)' hint='void swf_ortho2(float xmin, float xmax, float ymin, float ymax) - Defines 2D orthographic mapping of user coordinates onto the current viewport. (PHP 4<=4.3.2)' flags='130'/>
  2244. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_perspective(|)' hint='void swf_perspective(float fovy, float aspect, float near, float far) - Define a perspective projection transformation. (PHP 4<=4.3.2)' flags='130'/>
  2245. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_placeobject(|)' hint='void swf_placeobject(int objid, int depth) - Place an object onto the screen. (PHP 4<=4.3.2)' flags='130'/>
  2246. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_polarview(|)' hint="void swf_polarview(float dist, float azimuth, float incidence, float twist) - Define the viewer's position with polar coordinates. (PHP 4<=4.3.2)" flags='130'/>
  2247. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_popmatrix()' hint='void swf_popmatrix(void) - Restore a previous transformation matrix. (PHP 4<=4.3.2)' flags='130'/>
  2248. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_posround(|)' hint='void swf_posround(int round) - Enables or Disables the rounding of the translation when objects are placed or moved. (PHP 4<=4.3.2)' flags='130'/>
  2249. <tag menu='S' submenu='Shockwave Flash-->>swf_endsy - swf_p' inserttext='swf_pushmatrix()' hint='void swf_pushmatrix(void) - Push the current transformation matrix back unto the stack. (PHP 4<=4.3.2)' flags='130'/>
  2250. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_removeobject(|)' hint='void swf_removeobject(int depth) - Remove an object. (PHP 4<=4.3.2)' flags='130'/>
  2251. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_rotate(|)' hint='void swf_rotate(float angle, string axis) - Rotate the current transformation. (PHP 4<=4.3.2)' flags='130'/>
  2252. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_scale(|)' hint='void swf_scale(float x, float y, float z) - Scale the current transformation. (PHP 4<=4.3.2)' flags='130'/>
  2253. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_setfont(|)' hint='void swf_setfont(int fontid) - Change the current font. (PHP 4<=4.3.2)' flags='130'/>
  2254. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_setframe(|)' hint='void swf_setframe(int framenumber) - Switch to a specified frame. (PHP 4<=4.3.2)' flags='130'/>
  2255. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapearc(|)' hint='void swf_shapearc(float x, float y, float r, float ang1, float ang2) - Draw a circular arc. (PHP 4<=4.3.2)' flags='130'/>
  2256. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapecurveto(|)' hint='void swf_shapecurveto(float x1, float y1, float x2, float y2) - Draw a quadratic bezier curve between two points. (PHP 4<=4.3.2)' flags='130'/>
  2257. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapecurveto3(|)' hint='void swf_shapecurveto3(float x1, float y1, float x2, float y2, float x3, float y3) - Draw a cubic bezier curve. (PHP 4<=4.3.2)' flags='130'/>
  2258. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapefillbitmapclip(|)' hint='void swf_shapefillbitmapclip(int bitmapid) - Set current fill mode to clipped bitmap. (PHP 4<=4.3.2)' flags='130'/>
  2259. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapefillbitmaptile(|)' hint='void swf_shapefillbitmaptile(int bitmapid) - Set current fill mode to tiled bitmap. (PHP 4<=4.3.2)' flags='130'/>
  2260. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapefilloff()' hint='void swf_shapefilloff(void) - Turns off filling. (PHP 4<=4.3.2)' flags='130'/>
  2261. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapefillsolid(|)' hint='void swf_shapefillsolid(float r, float g, float b, float a) - Set the current fill style to the specified color. (PHP 4<=4.3.2)' flags='130'/>
  2262. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapelinesolid(|)' hint='void swf_shapelinesolid(float r, float g, float b, float a, float width) - Set the current line style. (PHP 4<=4.3.2)' flags='130'/>
  2263. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapelineto(|)' hint='void swf_shapelineto(float x, float y) - Draw a line. (PHP 4<=4.3.2)' flags='130'/>
  2264. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_shapemoveto(|)' hint='void swf_shapemoveto(float x, float y) - Move the current position. (PHP 4<=4.3.2)' flags='130'/>
  2265. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_showframe()' hint='void swf_showframe(void) - Display the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2266. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_startbutton(|)' hint='void swf_startbutton(int objid, int type) - Start the definition of a button. (PHP 4<=4.3.2)' flags='130'/>
  2267. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_startdoaction()' hint='void swf_startdoaction(void) - Start a description of an action list for the current frame. (PHP 4<=4.3.2)' flags='130'/>
  2268. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_startshape(|)' hint='void swf_startshape(int objid) - Start a complex shape. (PHP 4<=4.3.2)' flags='130'/>
  2269. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_startsymbol(|)' hint='void swf_startsymbol(int objid) - Define a symbol. (PHP 4<=4.3.2)' flags='130'/>
  2270. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_textwidth(|)' hint='float swf_textwidth(string str) - Get the width of a string. (PHP 4<=4.3.2)' flags='130'/>
  2271. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_translate(|)' hint='void swf_translate(float x, float y, float z) - Translate the current transformations. (PHP 4<=4.3.2)' flags='130'/>
  2272. <tag menu='S' submenu='Shockwave Flash-->>swf_r - s' inserttext='swf_viewport(|)' hint='void swf_viewport(float xmin, float xmax, float ymin, float ymax) - Select an area for future drawing. (PHP 4<=4.3.2)' flags='130'/>
  2273. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_accept(|)' hint='resource socket_accept(resource socket) - Accepts a connection on a socket. (PHP 4>=4.1.0)' flags='130'/>
  2274. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_bind(|)' hint='bool socket_bind(resource socket, string address [, int port]) - Binds a name to a socket. (PHP 4>=4.1.0)' flags='130'/>
  2275. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_clear_error(|)' hint='void socket_clear_error([resource socket]) - Clears the error on the socket or the last error code. (PHP 4>=4.2.0)' flags='130'/>
  2276. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_close(|)' hint='void socket_close(resource socket) - Closes a socket resource. (PHP 4>=4.1.0)' flags='130'/>
  2277. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_connect(|)' hint='bool socket_connect(resource socket, string address [, int port]) - Initiates a connection on a socket. (PHP 4>=4.1.0)' flags='130'/>
  2278. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_create(|)' hint='resource socket_create(int domain, int type, int protocol) - Create a socket (endpoint for communication). (PHP 4>=4.1.0)' flags='130'/>
  2279. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_create_listen(|)' hint='resource socket_create_listen(int port [, int backlog]) - Opens a socket on port to accept connections. (PHP 4>=4.1.0)' flags='130'/>
  2280. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_create_pair(|)' hint='bool socket_create_pair(int domain, int type, int protocol, array &fd) - Creates a pair of indistinguishable sockets and stores them in fds. (PHP 4>=4.1.0)' flags='130'/>
  2281. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_get_option(|)' hint='mixed socket_get_option(resource socket, int level, int optname) - Gets socket options for the socket. (PHP 4>=4.3.0)' flags='130'/>
  2282. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_getpeername(|)' hint='bool socket_getpeername(resource socket, string &addr [, int &port]) - Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type. (PHP 4>=4.1.0)' flags='130'/>
  2283. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_getsockname(|)' hint='bool socket_getsockname(resource socket, string &addr [, int &port]) - Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type. (PHP 4>=4.1.0)' flags='130'/>
  2284. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_add(|)' hint='bool socket_iovec_add(resource iovec, int iov_len) - Adds a new vector to the scatter/gather array. (PHP 4>=4.1.0)' flags='130'/>
  2285. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_alloc(|)' hint="resource socket_iovec_alloc(int num_vectors [, int ]) - Builds a 'struct iovec' for use with sendmsg, recvmsg, writev, and readv. (PHP 4>=4.1.0)" flags='130'/>
  2286. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_delete(|)' hint='bool socket_iovec_delete(resource iovec, int iov_pos) - Deletes a vector from an array of vectors. (PHP 4>=4.1.0)' flags='130'/>
  2287. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_fetch(|)' hint='string socket_iovec_fetch(resource iovec, int iovec_position) - Returns the data held in the iovec specified by iovec_id[iovec_position]. (PHP 4>=4.1.0)' flags='130'/>
  2288. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_free(|)' hint='bool socket_iovec_free(resource iovec) - Frees the iovec specified by iovec_id. (PHP 4>=4.1.0)' flags='130'/>
  2289. <tag menu='S' submenu='Socket-->>s - socket_i' inserttext='socket_iovec_set(|)' hint='bool socket_iovec_set(resource iovec, int iovec_position, string new_val) - Sets the data held in iovec_id[iovec_position] to new_val. (PHP 4>=4.1.0)' flags='130'/>
  2290. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_last_error(|)' hint='int socket_last_error([resource socket]) - Returns the last error on the socket. (PHP 4>=4.1.0)' flags='130'/>
  2291. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_listen(|)' hint='bool socket_listen(resource socket [, int backlog]) - Listens for a connection on a socket. (PHP 4>=4.1.0)' flags='130'/>
  2292. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_read(|)' hint='string socket_read(resource socket, int length [, int type]) - Reads a maximum of length bytes from a socket. (PHP 4>=4.1.0)' flags='130'/>
  2293. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_readv(|)' hint='bool socket_readv(resource socket, resource iovec_id) - Reads from an fd, using the scatter-gather array defined by iovec_id. (PHP 4>=4.1.0)' flags='130'/>
  2294. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_recv(|)' hint='int socket_recv(resource socket, string &buf, int len, int flags) - Receives data from a connected socket. (PHP 4>=4.1.0)' flags='130'/>
  2295. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_recvfrom(|)' hint='int socket_recvfrom(resource socket, string &buf, int len, int flags, string &name [, int &port]) - Receives data from a socket, connected or not. (PHP 4>=4.1.0)' flags='130'/>
  2296. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_recvmsg(|)' hint='bool socket_recvmsg(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port]) - Used to receive messages on a socket, whether connection-oriented or not. (PHP 4>=4.1.0)' flags='130'/>
  2297. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_select(|)' hint='int socket_select(array &read, array &write, array &except, int tv_sec [, int tv_usec]) - Runs the select() system call on the given arrays of sockets with a specified timeout. (PHP 4>=4.1.0)' flags='130'/>
  2298. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_send(|)' hint='int socket_send(resource socket, string buf, int len, int flags) - Sends data to a connected socket. (PHP 4>=4.1.0)' flags='130'/>
  2299. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_sendmsg(|)' hint='bool socket_sendmsg(resource socket, resource iovec, int flags, string addr [, int port]) - Sends a message to a socket, regardless of whether it is connection-oriented or not. (PHP 4>=4.1.0)' flags='130'/>
  2300. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_sendto(|)' hint='int socket_sendto(resource socket, string buf, int len, int flags, string addr [, int port]) - Sends a message to a socket, whether it is connected or not. (PHP 4>=4.1.0)' flags='130'/>
  2301. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_set_block(|)' hint='bool socket_set_block(resource socket) - Sets blocking mode on a socket resource. (PHP 4>=4.2.0)' flags='130'/>
  2302. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_set_nonblock(|)' hint='bool socket_set_nonblock(resource socket) - Sets nonblocking mode for file descriptor fd. (PHP 4>=4.1.0)' flags='130'/>
  2303. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_set_option(|)' hint='bool socket_set_option(resource socket, int level, int optname, mixed optval) - Sets socket options for the socket. (PHP 4>=4.3.0)' flags='130'/>
  2304. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_shutdown(|)' hint='bool socket_shutdown(resource socket [, int how]) - Shuts down a socket for receiving, sending, or both. (PHP 4>=4.1.0)' flags='130'/>
  2305. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_strerror(|)' hint='string socket_strerror(int errno) - Return a string describing a socket error. (PHP 4>=4.1.0)' flags='130'/>
  2306. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_write(|)' hint='int socket_write(resource socket, string buffer [, int length]) - Write to a socket. (PHP 4>=4.1.0)' flags='130'/>
  2307. <tag menu='S' submenu='Socket-->>socket_l - s' inserttext='socket_writev(|)' hint='bool socket_writev(resource socket, resource iovec_id) - Writes to a file descriptor, fd, using the scatter-gather array defined by iovec_id. (PHP 4>=4.1.0)' flags='130'/>
  2308. <tag menu='S' submenu='Stream' inserttext='stream_context_create(|)' hint='resource stream_context_create(array options) - Create a streams context. (PHP 4>=4.3.0)' flags='130'/>
  2309. <tag menu='S' submenu='Stream' inserttext='stream_context_get_options(|)' hint='array stream_context_get_options(resource stream|context) - Retrieve options for a stream/wrapper/context. (PHP 4>=4.3.0)' flags='130'/>
  2310. <tag menu='S' submenu='Stream' inserttext='stream_context_set_option(|)' hint='bool stream_context_set_option(resource context|stream, string wrapper, string option, mixed value) - Sets an option for a stream/wrapper/context. (PHP 4>=4.3.0)' flags='130'/>
  2311. <tag menu='S' submenu='Stream' inserttext='stream_context_set_params(|)' hint='bool stream_context_set_params(resource stream|context, array params) - Set parameters for a stream/wrapper/context. (PHP 4>=4.3.0)' flags='130'/>
  2312. <tag menu='S' submenu='Stream' inserttext='stream_copy_to_stream(|)' hint='int stream_copy_to_stream(resource source, resource dest [, int maxlength]) - Copies data from one stream to another. (PHP 5 CVS only)' flags='130'/>
  2313. <tag menu='S' submenu='Stream' inserttext='stream_filter_append(|)' hint='bool stream_filter_append(resource stream, string filtername [, int read_write [, mixed params]]) - Attach a filter to a stream. (PHP 4>=4.3.0)' flags='130'/>
  2314. <tag menu='S' submenu='Stream' inserttext='stream_filter_prepend(|)' hint='bool stream_filter_prepend(resource stream, string filtername [, int read_write [, mixed params]]) - Attach a filter to a stream. (PHP 4>=4.3.0)' flags='130'/>
  2315. <tag menu='S' submenu='Stream' inserttext='stream_filter_register(|)' hint='bool stream_filter_register(string filtername, string classname) - Register a stream filter implemented as a PHP class derived from php_user_filter. (PHP 5 CVS only)' flags='130'/>
  2316. <tag menu='S' submenu='Stream' inserttext='stream_get_contents(|)' hint='string stream_get_contents(resource handle [, int maxlength]) - Reads remainder of a stream into a string.' flags='130'/>
  2317. <tag menu='S' submenu='Stream' inserttext='stream_get_filters()' hint='array stream_get_filters(void) - Retrieve list of registered filters. (PHP 5 CVS only)' flags='130'/>
  2318. <tag menu='S' submenu='Stream' inserttext='stream_get_line(|)' hint='string stream_get_line(resource handle, int length, string ending) - Gets line from stream resource up to a given delimiter. (PHP 5 CVS only)' flags='130'/>
  2319. <tag menu='S' submenu='Stream' inserttext='stream_get_meta_data(|)' hint='array stream_get_meta_data(resource stream) - Retrieves header/meta data from streams/file pointers. (PHP 4>=4.3.0)' flags='130'/>
  2320. <tag menu='S' submenu='Stream' inserttext='stream_get_transports()' hint='array stream_get_transports(void) - Retrieve list of registered socket transports. (PHP 5 CVS only)' flags='130'/>
  2321. <tag menu='S' submenu='Stream' inserttext='stream_get_wrappers()' hint='array stream_get_wrappers(void) - Retrieve list of registered streams. (PHP 5 CVS only)' flags='130'/>
  2322. <tag menu='S' submenu='Stream' inserttext='stream_select(|)' hint='int stream_select(resource &read, resource &write, resource &except, int tv_sec [, int tv_usec]) - Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec. (PHP 4>=4.3.0)' flags='130'/>
  2323. <tag menu='S' submenu='Stream' inserttext='stream_set_blocking(|)' hint='bool stream_set_blocking(resource stream, int mode) - Set blocking/non-blocking mode on a stream. (PHP 4>=4.3.0)' flags='130'/>
  2324. <tag menu='S' submenu='Stream' inserttext='stream_set_timeout(|)' hint='bool stream_set_timeout(resource stream, int seconds [, int microseconds]) - Set timeout period on a stream. (PHP 4>=4.3.0)' flags='130'/>
  2325. <tag menu='S' submenu='Stream' inserttext='stream_set_write_buffer(|)' hint='int stream_set_write_buffer(resource stream, int buffer) - Sets file buffering on the given stream. (PHP 4>=4.3.0)' flags='130'/>
  2326. <tag menu='S' submenu='Stream' inserttext='stream_socket_accept(|)' hint='resource stream_socket_accept(resource server_socket [, int timeout [, string &peername]]) - Accept a connection on a socket created by stream_socket_server(). (PHP 5 CVS only)' flags='130'/>
  2327. <tag menu='S' submenu='Stream' inserttext='stream_socket_client(|)' hint='resource stream_socket_client(string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]]) - Open Internet or Unix domain socket connection. (PHP 5 CVS only)' flags='130'/>
  2328. <tag menu='S' submenu='Stream' inserttext='stream_socket_get_name(|)' hint='string stream_socket_get_name(resource handle, bool want_peer) - Retrieve the name of the local or remote sockets. (PHP 5 CVS only)' flags='130'/>
  2329. <tag menu='S' submenu='Stream' inserttext='stream_socket_recvfrom(|)' hint='string stream_socket_recvfrom(resource socket, int length [, int flags [, string &address]]) - Receives data from a socket, connected or not.' flags='130'/>
  2330. <tag menu='S' submenu='Stream' inserttext='stream_socket_sendto(|)' hint='int stream_socket_sendto(resource socket, string data [, int flags [, string address]]) - Sends a message to a socket, whether it is connected or not.' flags='130'/>
  2331. <tag menu='S' submenu='Stream' inserttext='stream_socket_server(|)' hint='resource stream_socket_server(string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]]) - Create an Internet or Unix domain server socket. (PHP 5 CVS only)' flags='130'/>
  2332. <tag menu='S' submenu='Stream' inserttext='stream_wrapper_register(|)' hint='bool stream_wrapper_register(string protocol, string classname) - Register a URL wrapper implemented as a PHP class. (PHP 4>=4.3.2)' flags='130'/>
  2333. <tag menu='S' submenu='String-->>a - le' inserttext='addcslashes(|)' hint='string addcslashes(string str, string charlist) - Quote string with slashes in a C style. (PHP 4)' flags='130'/>
  2334. <tag menu='S' submenu='String-->>a - le' inserttext='addslashes(|)' hint='string addslashes(string str) - Quote string with slashes. (PHP 3, PHP 4)' flags='130'/>
  2335. <tag menu='S' submenu='String-->>a - le' inserttext='bin2hex(|)' hint='string bin2hex(string str) - Convert binary data into hexadecimal representation. (PHP 3>=3.0.9, PHP 4)' flags='130'/>
  2336. <tag menu='S' submenu='String-->>a - le' inserttext='chop(|)' hint='chop - Alias of rtrim().' flags='130'/>
  2337. <tag menu='S' submenu='String-->>a - le' inserttext='chr(|)' hint='string chr(int ascii) - Return a specific character. (PHP 3, PHP 4)' flags='130'/>
  2338. <tag menu='S' submenu='String-->>a - le' inserttext='chunk_split(|)' hint='string chunk_split(string body [, int chunklen [, string end]]) - Split a string into smaller chunks. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2339. <tag menu='S' submenu='String-->>a - le' inserttext='convert_cyr_string(|)' hint='string convert_cyr_string(string str, string from, string to) - Convert from one Cyrillic character set to another. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2340. <tag menu='S' submenu='String-->>a - le' inserttext='count_chars(|)' hint='mixed count_chars(string string [, int mode]) - Return information about characters used in a string. (PHP 4)' flags='130'/>
  2341. <tag menu='S' submenu='String-->>a - le' inserttext='crc32(|)' hint='int crc32(string str) - Calculates the crc32 polynomial of a string. (PHP 4>=4.0.1)' flags='130'/>
  2342. <tag menu='S' submenu='String-->>a - le' inserttext='crypt(|)' hint='string crypt(string str [, string salt]) - One-way string encryption (hashing). (PHP 3, PHP 4)' flags='130'/>
  2343. <tag menu='S' submenu='String-->>a - le' inserttext='echo(|)' hint='void echo(string arg1 [, string argn...]) - Output one or more strings. (PHP 3, PHP 4)' flags='130'/>
  2344. <tag menu='S' submenu='String-->>a - le' inserttext='explode(|)' hint='array explode(string separator, string string [, int limit]) - Split a string by string. (PHP 3, PHP 4)' flags='130'/>
  2345. <tag menu='S' submenu='String-->>a - le' inserttext='fprintf(|)' hint='int fprintf(resource handle, string format [, mixed args]) - Write a formatted string to a stream. (PHP 5 CVS only)' flags='130'/>
  2346. <tag menu='S' submenu='String-->>a - le' inserttext='get_html_translation_table(|)' hint='array get_html_translation_table(int table [, int quote_style]) - Returns the translation table used by htmlspecialchars() and htmlentities(). (PHP 4)' flags='130'/>
  2347. <tag menu='S' submenu='String-->>a - le' inserttext='hebrev(|)' hint='string hebrev(string hebrew_text [, int max_chars_per_line]) - Convert logical Hebrew text to visual text. (PHP 3, PHP 4)' flags='130'/>
  2348. <tag menu='S' submenu='String-->>a - le' inserttext='hebrevc(|)' hint='string hebrevc(string hebrew_text [, int max_chars_per_line]) - Convert logical Hebrew text to visual text with newline conversion. (PHP 3, PHP 4)' flags='130'/>
  2349. <tag menu='S' submenu='String-->>a - le' inserttext='html_entity_decode(|)' hint='string html_entity_decode(string string [, int quote_style [, string charset]]) - Convert all HTML entities to their applicable characters. (PHP 4>=4.3.0)' flags='130'/>
  2350. <tag menu='S' submenu='String-->>a - le' inserttext='htmlentities(|)' hint='string htmlentities(string string [, int quote_style [, string charset]]) - Convert all applicable characters to HTML entities. (PHP 3, PHP 4)' flags='130'/>
  2351. <tag menu='S' submenu='String-->>a - le' inserttext='htmlspecialchars(|)' hint='string htmlspecialchars(string string [, int quote_style [, string charset]]) - Convert special characters to HTML entities. (PHP 3, PHP 4)' flags='130'/>
  2352. <tag menu='S' submenu='String-->>a - le' inserttext='implode(|)' hint='string implode(string glue, array pieces) - Join array elements with a string. (PHP 3, PHP 4)' flags='130'/>
  2353. <tag menu='S' submenu='String-->>a - le' inserttext='join(|)' hint='join - Alias for implode().' flags='130'/>
  2354. <tag menu='S' submenu='String-->>a - le' inserttext='levenshtein(|)' hint='int levenshtein(string str1, string str2) - Calculate Levenshtein distance between two strings. (PHP 3>=3.0.17, PHP 4>=4.0.1)' flags='130'/>
  2355. <tag menu='S' submenu='String-->>lo - sp' inserttext='localeconv()' hint='array localeconv(void) - Get numeric formatting information. (PHP 4>=4.0.5)' flags='130'/>
  2356. <tag menu='S' submenu='String-->>lo - sp' inserttext='ltrim(|)' hint='string ltrim(string str [, string charlist]) - Strip whitespace from the beginning of a string. (PHP 3, PHP 4)' flags='130'/>
  2357. <tag menu='S' submenu='String-->>lo - sp' inserttext='md5(|)' hint='string md5(string str [, bool raw_output]) - Calculate the md5 hash of a string. (PHP 3, PHP 4)' flags='130'/>
  2358. <tag menu='S' submenu='String-->>lo - sp' inserttext='md5_file(|)' hint='string md5_file(string filename [, bool raw_output]) - Calculates the md5 hash of a given filename. (PHP 4>=4.2.0)' flags='130'/>
  2359. <tag menu='S' submenu='String-->>lo - sp' inserttext='metaphone(|)' hint='string metaphone(string str) - Calculate the metaphone key of a string. (PHP 4)' flags='130'/>
  2360. <tag menu='S' submenu='String-->>lo - sp' inserttext='money_format(|)' hint='string money_format(string format, float number) - Formats a number as a currency string. (PHP 4>=4.3.0)' flags='130'/>
  2361. <tag menu='S' submenu='String-->>lo - sp' inserttext='nl2br(|)' hint='string nl2br(string string) - Inserts HTML line breaks before all newlines in a string. (PHP 3, PHP 4)' flags='130'/>
  2362. <tag menu='S' submenu='String-->>lo - sp' inserttext='nl_langinfo(|)' hint='string nl_langinfo(int item) - Query language and locale information. (PHP 4>=4.1.0)' flags='130'/>
  2363. <tag menu='S' submenu='String-->>lo - sp' inserttext='number_format(|)' hint='string number_format(float number [, int decimals]) - Format a number with grouped thousands. (PHP 3, PHP 4)' flags='130'/>
  2364. <tag menu='S' submenu='String-->>lo - sp' inserttext='ord(|)' hint='int ord(string string) - Return ASCII value of character. (PHP 3, PHP 4)' flags='130'/>
  2365. <tag menu='S' submenu='String-->>lo - sp' inserttext='parse_str(|)' hint='void parse_str(string str [, array arr]) - Parses the string into variables. (PHP 3, PHP 4)' flags='130'/>
  2366. <tag menu='S' submenu='String-->>lo - sp' inserttext='print(|)' hint='int print(string arg) - Output a string. (PHP 3, PHP 4)' flags='130'/>
  2367. <tag menu='S' submenu='String-->>lo - sp' inserttext='printf(|)' hint='void printf(string format [, mixed args]) - Output a formatted string. (PHP 3, PHP 4)' flags='130'/>
  2368. <tag menu='S' submenu='String-->>lo - sp' inserttext='quoted_printable_decode(|)' hint='string quoted_printable_decode(string str) - Convert a quoted-printable string to an 8 bit string. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2369. <tag menu='S' submenu='String-->>lo - sp' inserttext='quotemeta(|)' hint='string quotemeta(string str) - Quote meta characters. (PHP 3, PHP 4)' flags='130'/>
  2370. <tag menu='S' submenu='String-->>lo - sp' inserttext='rtrim(|)' hint='string rtrim(string str [, string charlist]) - Strip whitespace from the end of a string. (PHP 3, PHP 4)' flags='130'/>
  2371. <tag menu='S' submenu='String-->>lo - sp' inserttext='setlocale(|)' hint='string setlocale(mixed category, string locale [, string ...]) - Set locale information. (PHP 3, PHP 4)' flags='130'/>
  2372. <tag menu='S' submenu='String-->>lo - sp' inserttext='sha1(|)' hint='string sha1(string str [, bool raw_output]) - Calculate the sha1 hash of a string. (PHP 4>=4.3.0)' flags='130'/>
  2373. <tag menu='S' submenu='String-->>lo - sp' inserttext='sha1_file(|)' hint='string sha1_file(string filename [, bool raw_output]) - Calculate the sha1 hash of a file. (PHP 4>=4.3.0)' flags='130'/>
  2374. <tag menu='S' submenu='String-->>lo - sp' inserttext='similar_text(|)' hint='int similar_text(string first, string second [, float percent]) - Calculate the similarity between two strings. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2375. <tag menu='S' submenu='String-->>lo - sp' inserttext='soundex(|)' hint='string soundex(string str) - Calculate the soundex key of a string. (PHP 3, PHP 4)' flags='130'/>
  2376. <tag menu='S' submenu='String-->>lo - sp' inserttext='sprintf(|)' hint='string sprintf(string format [, mixed args]) - Return a formatted string. (PHP 3, PHP 4)' flags='130'/>
  2377. <tag menu='S' submenu='String-->>ss - strna' inserttext='sscanf(|)' hint='mixed sscanf(string str, string format [, string var1]) - Parses input from a string according to a format. (PHP 4>=4.0.1)' flags='130'/>
  2378. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_ireplace(|)' hint='mixed str_ireplace(mixed search, mixed replace, mixed subject [, int &count]) - Case-insensitive version of str_replace(). (PHP 5 CVS only)' flags='130'/>
  2379. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_pad(|)' hint='string str_pad(string input, int pad_length [, string pad_string [, int pad_type]]) - Pad a string to a certain length with another string. (PHP 4>=4.0.1)' flags='130'/>
  2380. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_repeat(|)' hint='string str_repeat(string input, int multiplier) - Repeat a string. (PHP 4)' flags='130'/>
  2381. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_replace(|)' hint='mixed str_replace(mixed search, mixed replace, mixed subject [, int &count]) - Replace all occurrences of the search string with the replacement string. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2382. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_rot13(|)' hint='string str_rot13(string str) - Perform the rot13 transform on a string. (PHP 4>=4.2.0)' flags='130'/>
  2383. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_shuffle(|)' hint='string str_shuffle(string str) - Randomly shuffles a string. (PHP 4>=4.3.0)' flags='130'/>
  2384. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_split(|)' hint='array str_split(string string [, int split_length]) - Convert a string to an array. (PHP 5 CVS only)' flags='130'/>
  2385. <tag menu='S' submenu='String-->>ss - strna' inserttext='str_word_count(|)' hint='mixed str_word_count(string string [, int format]) - Return information about words used in a string. (PHP 4>=4.3.0)' flags='130'/>
  2386. <tag menu='S' submenu='String-->>ss - strna' inserttext='strcasecmp(|)' hint='int strcasecmp(string str1, string str2) - Binary safe case-insensitive string comparison. (PHP 3>=3.0.2, PHP 4)' flags='130'/>
  2387. <tag menu='S' submenu='String-->>ss - strna' inserttext='strchr(|)' hint='strchr - Alias for strstr().' flags='130'/>
  2388. <tag menu='S' submenu='String-->>ss - strna' inserttext='strcmp(|)' hint='int strcmp(string str1, string str2) - Binary safe string comparison. (PHP 3, PHP 4)' flags='130'/>
  2389. <tag menu='S' submenu='String-->>ss - strna' inserttext='strcoll(|)' hint='int strcoll(string str1, string str2) - Locale based string comparison. (PHP 4>=4.0.5)' flags='130'/>
  2390. <tag menu='S' submenu='String-->>ss - strna' inserttext='strcspn(|)' hint='int strcspn(string str1, string str2) - Find length of initial segment not matching mask. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  2391. <tag menu='S' submenu='String-->>ss - strna' inserttext='strip_tags(|)' hint='string strip_tags(string str [, string allowable_tags]) - Strip HTML and PHP tags from a string. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  2392. <tag menu='S' submenu='String-->>ss - strna' inserttext='stripcslashes(|)' hint='string stripcslashes(string str) - Un-quote string quoted with addcslashes(). (PHP 4)' flags='130'/>
  2393. <tag menu='S' submenu='String-->>ss - strna' inserttext='stripos(|)' hint='int stripos(string haystack, string needle [, int offset]) - Find position of first occurrence of a case-insensitive string. (PHP 5 CVS only)' flags='130'/>
  2394. <tag menu='S' submenu='String-->>ss - strna' inserttext='stripslashes(|)' hint='string stripslashes(string str) - Un-quote string quoted with addslashes(). (PHP 3, PHP 4)' flags='130'/>
  2395. <tag menu='S' submenu='String-->>ss - strna' inserttext='stristr(|)' hint='string stristr(string haystack, string needle) - Case-insensitive strstr(). (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2396. <tag menu='S' submenu='String-->>ss - strna' inserttext='strlen(|)' hint='int strlen(string str) - Get string length. (PHP 3, PHP 4)' flags='130'/>
  2397. <tag menu='S' submenu='String-->>ss - strna' inserttext='strnatcasecmp(|)' hint='int strnatcasecmp(string str1, string str2) - Case insensitive string comparisons using a "natural order" algorithm. (PHP 4)' flags='130'/>
  2398. <tag menu='S' submenu='String-->>ss - strna' inserttext='strnatcmp(|)' hint='int strnatcmp(string str1, string str2) - String comparisons using a "natural order" algorithm. (PHP 4)' flags='130'/>
  2399. <tag menu='S' submenu='String-->>strnc - w' inserttext='strncasecmp(|)' hint='int strncasecmp(string str1, string str2, int len) - Binary safe case-insensitive string comparison of the first n characters. (PHP 4>=4.0.2)' flags='130'/>
  2400. <tag menu='S' submenu='String-->>strnc - w' inserttext='strncmp(|)' hint='int strncmp(string str1, string str2, int len) - Binary safe string comparison of the first n characters. (PHP 4)' flags='130'/>
  2401. <tag menu='S' submenu='String-->>strnc - w' inserttext='strpos(|)' hint='int strpos(string haystack, string needle [, int offset]) - Find position of first occurrence of a string. (PHP 3, PHP 4)' flags='130'/>
  2402. <tag menu='S' submenu='String-->>strnc - w' inserttext='strrchr(|)' hint='string strrchr(string haystack, char needle) - Find the last occurrence of a character in a string. (PHP 3, PHP 4)' flags='130'/>
  2403. <tag menu='S' submenu='String-->>strnc - w' inserttext='strrev(|)' hint='string strrev(string string) - Reverse a string. (PHP 3, PHP 4)' flags='130'/>
  2404. <tag menu='S' submenu='String-->>strnc - w' inserttext='strripos(|)' hint='int strripos(string haystack, string needle [, int offset]) - Find position of last occurrence of a case-insensitive string in a string. (PHP 5 CVS only)' flags='130'/>
  2405. <tag menu='S' submenu='String-->>strnc - w' inserttext='strrpos(|)' hint='int strrpos(string haystack, string needle [, int offset]) - Find position of last occurrence of a char in a string. (PHP 3, PHP 4)' flags='130'/>
  2406. <tag menu='S' submenu='String-->>strnc - w' inserttext='strspn(|)' hint='int strspn(string str1, string str2) - Find length of initial segment matching mask. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  2407. <tag menu='S' submenu='String-->>strnc - w' inserttext='strstr(|)' hint='string strstr(string haystack, string needle) - Find first occurrence of a string. (PHP 3, PHP 4)' flags='130'/>
  2408. <tag menu='S' submenu='String-->>strnc - w' inserttext='strtok(|)' hint='string strtok(string arg1, string arg2) - Tokenize string. (PHP 3, PHP 4)' flags='130'/>
  2409. <tag menu='S' submenu='String-->>strnc - w' inserttext='strtolower(|)' hint='string strtolower(string str) - Make a string lowercase. (PHP 3, PHP 4)' flags='130'/>
  2410. <tag menu='S' submenu='String-->>strnc - w' inserttext='strtoupper(|)' hint='string strtoupper(string string) - Make a string uppercase. (PHP 3, PHP 4)' flags='130'/>
  2411. <tag menu='S' submenu='String-->>strnc - w' inserttext='strtr(|)' hint='string strtr(string str, string from, string to) - Translate certain characters. (PHP 3, PHP 4)' flags='130'/>
  2412. <tag menu='S' submenu='String-->>strnc - w' inserttext='substr(|)' hint='string substr(string string, int start [, int length]) - Return part of a string. (PHP 3, PHP 4)' flags='130'/>
  2413. <tag menu='S' submenu='String-->>strnc - w' inserttext='substr_compare(|)' hint='int substr_compare(string main_str, string str, int offset [, int length [, bool case_sensitivity]]) - Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters.' flags='130'/>
  2414. <tag menu='S' submenu='String-->>strnc - w' inserttext='substr_count(|)' hint='int substr_count(string haystack, string needle) - Count the number of substring occurrences. (PHP 4)' flags='130'/>
  2415. <tag menu='S' submenu='String-->>strnc - w' inserttext='substr_replace(|)' hint='string substr_replace(string string, string replacement, int start [, int length]) - Replace text within a portion of a string. (PHP 4)' flags='130'/>
  2416. <tag menu='S' submenu='String-->>strnc - w' inserttext='trim(|)' hint='string trim(string str [, string charlist]) - Strip whitespace from the beginning and end of a string. (PHP 3, PHP 4)' flags='130'/>
  2417. <tag menu='S' submenu='String-->>strnc - w' inserttext='ucfirst(|)' hint="string ucfirst(string str) - Make a string's first character uppercase. (PHP 3, PHP 4)" flags='130'/>
  2418. <tag menu='S' submenu='String-->>strnc - w' inserttext='ucwords(|)' hint='string ucwords(string str) - Uppercase the first character of each word in a string. (PHP 3>=3.0.3, PHP 4)' flags='130'/>
  2419. <tag menu='S' submenu='String-->>strnc - w' inserttext='vprintf(|)' hint='void vprintf(string format, array args) - Output a formatted string. (PHP 4>=4.1.0)' flags='130'/>
  2420. <tag menu='S' submenu='String-->>strnc - w' inserttext='vsprintf(|)' hint='string vsprintf(string format, array args) - Return a formatted string. (PHP 4>=4.1.0)' flags='130'/>
  2421. <tag menu='S' submenu='String-->>strnc - w' inserttext='wordwrap(|)' hint='string wordwrap(string str [, int width [, string break [, boolean cut]]]) - Wraps a string to a given number of characters using a string break character. (PHP 4>=4.0.2)' flags='130'/>
  2422. <tag menu='S' submenu='Sybase' inserttext='sybase_affected_rows(|)' hint='int sybase_affected_rows([resource link_identifier]) - Gets number of affected rows in last query. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2423. <tag menu='S' submenu='Sybase' inserttext='sybase_close(|)' hint='bool sybase_close([resource link_identifier]) - Closes a Sybase connection. (PHP 3, PHP 4)' flags='130'/>
  2424. <tag menu='S' submenu='Sybase' inserttext='sybase_connect(|)' hint='resource sybase_connect([string servername [, string username [, string password [, string charset [, string appname]]]]]) - Opens a Sybase server connection. (PHP 3, PHP 4)' flags='130'/>
  2425. <tag menu='S' submenu='Sybase' inserttext='sybase_data_seek(|)' hint='bool sybase_data_seek(resource result_identifier, int row_number) - Moves internal row pointer. (PHP 3, PHP 4)' flags='130'/>
  2426. <tag menu='S' submenu='Sybase' inserttext='sybase_deadlock_retry_count(|)' hint='void sybase_deadlock_retry_count(int retry_count) - Sets the deadlock retry count. (PHP 4>=4.3.0)' flags='130'/>
  2427. <tag menu='S' submenu='Sybase' inserttext='sybase_fetch_array(|)' hint='array sybase_fetch_array(resource result) - Fetch row as array. (PHP 3, PHP 4)' flags='130'/>
  2428. <tag menu='S' submenu='Sybase' inserttext='sybase_fetch_assoc(|)' hint='array sybase_fetch_assoc(resource result) - Fetch a result row as an associative array. (PHP 4>=4.3.0)' flags='130'/>
  2429. <tag menu='S' submenu='Sybase' inserttext='sybase_fetch_field(|)' hint='object sybase_fetch_field(resource result [, int field_offset]) - Get field information from a result. (PHP 3, PHP 4)' flags='130'/>
  2430. <tag menu='S' submenu='Sybase' inserttext='sybase_fetch_object(|)' hint='object sybase_fetch_object(resource result [, mixed object]) - Fetch a row as an object. (PHP 3, PHP 4)' flags='130'/>
  2431. <tag menu='S' submenu='Sybase' inserttext='sybase_fetch_row(|)' hint='array sybase_fetch_row(resource result) - Get a result row as an enumerated array. (PHP 3, PHP 4)' flags='130'/>
  2432. <tag menu='S' submenu='Sybase' inserttext='sybase_field_seek(|)' hint='bool sybase_field_seek(resource result, int field_offset) - Sets field offset. (PHP 3, PHP 4)' flags='130'/>
  2433. <tag menu='S' submenu='Sybase' inserttext='sybase_free_result(|)' hint='bool sybase_free_result(resource result) - Frees result memory. (PHP 3, PHP 4)' flags='130'/>
  2434. <tag menu='S' submenu='Sybase' inserttext='sybase_get_last_message()' hint='string sybase_get_last_message(void) - Returns the last message from the server. (PHP 3, PHP 4)' flags='130'/>
  2435. <tag menu='S' submenu='Sybase' inserttext='sybase_min_client_severity(|)' hint='void sybase_min_client_severity(int severity) - Sets minimum client severity. (PHP 3, PHP 4)' flags='130'/>
  2436. <tag menu='S' submenu='Sybase' inserttext='sybase_min_error_severity(|)' hint='void sybase_min_error_severity(int severity) - Sets minimum error severity. (PHP 3, PHP 4)' flags='130'/>
  2437. <tag menu='S' submenu='Sybase' inserttext='sybase_min_message_severity(|)' hint='void sybase_min_message_severity(int severity) - Sets minimum message severity. (PHP 3, PHP 4)' flags='130'/>
  2438. <tag menu='S' submenu='Sybase' inserttext='sybase_min_server_severity(|)' hint='void sybase_min_server_severity(int severity) - Sets minimum server severity. (PHP 3, PHP 4)' flags='130'/>
  2439. <tag menu='S' submenu='Sybase' inserttext='sybase_num_fields(|)' hint='int sybase_num_fields(resource result) - Gets the number of fields in a result set. (PHP 3, PHP 4)' flags='130'/>
  2440. <tag menu='S' submenu='Sybase' inserttext='sybase_num_rows(|)' hint='int sybase_num_rows(resource result) - Get number of rows in a result set. (PHP 3, PHP 4)' flags='130'/>
  2441. <tag menu='S' submenu='Sybase' inserttext='sybase_pconnect(|)' hint='resource sybase_pconnect([string servername [, string username [, string password [, string charset [, string appname]]]]]) - Open persistent Sybase connection. (PHP 3, PHP 4)' flags='130'/>
  2442. <tag menu='S' submenu='Sybase' inserttext='sybase_query(|)' hint='resource sybase_query(string query, resource link_identifier) - Sends a Sybase query. (PHP 3, PHP 4)' flags='130'/>
  2443. <tag menu='S' submenu='Sybase' inserttext='sybase_result(|)' hint='string sybase_result(resource result, int row, mixed field) - Get result data. (PHP 3, PHP 4)' flags='130'/>
  2444. <tag menu='S' submenu='Sybase' inserttext='sybase_select_db(|)' hint='bool sybase_select_db(string database_name [, resource link_identifier]) - Selects a Sybase database. (PHP 3, PHP 4)' flags='130'/>
  2445. <tag menu='S' submenu='Sybase' inserttext='sybase_set_message_handler(|)' hint='bool sybase_set_message_handler(callback handler) - Sets the handler called when a server message is raised. (PHP 4>=4.3.0)' flags='130'/>
  2446. <tag menu='S' submenu='Sybase' inserttext='sybase_unbuffered_query(|)' hint='resource sybase_unbuffered_query(string query, resource link_identifier) - Send a Sybase query and do not block. (PHP 4>=4.3.0)' flags='130'/>
  2447. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_access_count()' hint='int tidy_access_count(void) - Returns the Number of Tidy accessibility warnings encountered for specified document.' flags='130'/>
  2448. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_clean_repair()' hint='bool tidy_clean_repair(void) - Execute configured cleanup and repair operations on parsed markup.' flags='130'/>
  2449. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_config_count()' hint='int tidy_config_count(void) - Returns the Number of Tidy configuration errors encountered for specified document.' flags='130'/>
  2450. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_diagnose()' hint='bool tidy_diagnose(void) - Run configured diagnostics on parsed and repaired markup.' flags='130'/>
  2451. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_error_count()' hint='int tidy_error_count(void) - Returns the Number of Tidy errors encountered for specified document.' flags='130'/>
  2452. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_body(|)' hint='object tidy_get_body(resource tidy) - Returns a TidyNode Object starting from the <body> tag of the tidy parse tree.' flags='130'/>
  2453. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_config()' hint='array tidy_get_config(void) - Get current Tidy configuration.' flags='130'/>
  2454. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_error_buffer(|)' hint='string tidy_get_error_buffer([bool detailed]) - Return warnings and errors which occurred parsing the specified document.' flags='130'/>
  2455. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_head(|)' hint='object tidy_get_head(resource tidy) - Returns a TidyNode Object starting from the <head> tag of the tidy parse tree.' flags='130'/>
  2456. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_html(|)' hint='object tidy_get_html(resource tidy) - Returns a TidyNode Object starting from the <html> tag of the tidy parse tree.' flags='130'/>
  2457. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_html_ver()' hint='int tidy_get_html_ver(void) - Get the Detected HTML version for the specified document.' flags='130'/>
  2458. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_output()' hint='string tidy_get_output(void) - Return a string representing the parsed tidy markup.' flags='130'/>
  2459. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_release()' hint='string tidy_get_release(void) - Get release date (version) for Tidy library.' flags='130'/>
  2460. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_root()' hint='object tidy_get_root(void) - Returns a TidyNode Object representing the root of the tidy parse tree.' flags='130'/>
  2461. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_get_status()' hint='int tidy_get_status(void) - Get status of specified document.' flags='130'/>
  2462. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_getopt(|)' hint='mixed tidy_getopt(string option) - Returns the value of the specified configuration option for the tidy document.' flags='130'/>
  2463. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_is_xhtml()' hint='bool tidy_is_xhtml(void) - Indicates if the document is a generic (non HTML/XHTML) XML document.' flags='130'/>
  2464. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_load_config(|)' hint='void tidy_load_config(string filename, string encoding) - Load an ASCII Tidy configuration file with the specified encoding.' flags='130'/>
  2465. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_node->attributes()' hint='array tidy_node->attributes(void) - Returns an array of attribute objects for node.' flags='130'/>
  2466. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_node->children()' hint='array tidy_node->children(void) - Returns an array of child nodes.' flags='130'/>
  2467. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_node->get_attr(|)' hint='tidy_attr tidy_node->get_attr(int attrib_id) - Return the attribute with the provided attribute id.' flags='130'/>
  2468. <tag menu='T' submenu='Tidy-->>t - tidy_node->g' inserttext='tidy_node->get_nodes(|)' hint='array tidy_node->get_nodes(int node_id) - Return an array of nodes under this node with the specified id.' flags='130'/>
  2469. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->has_children()' hint='bool tidy_node->has_children(void) - Returns true if this node has children.' flags='130'/>
  2470. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->has_siblings()' hint='bool tidy_node->has_siblings(void) - Returns true if this node has siblings.' flags='130'/>
  2471. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_asp()' hint='bool tidy_node->is_asp(void) - Returns true if this node is ASP.' flags='130'/>
  2472. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_comment()' hint='bool tidy_node->is_comment(void) - Returns true if this node represents a comment.' flags='130'/>
  2473. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_html()' hint='bool tidy_node->is_html(void) - Returns true if this node is part of a HTML document.' flags='130'/>
  2474. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_jsp()' hint='bool tidy_node->is_jsp(void) - Returns true if this node is JSP.' flags='130'/>
  2475. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_jste()' hint='bool tidy_node->is_jste(void) - Returns true if this node is JSTE.' flags='130'/>
  2476. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_text()' hint='bool tidy_node->is_text(void) - Returns true if this node represents text (no markup).' flags='130'/>
  2477. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_xhtml()' hint='bool tidy_node->is_xhtml(void) - Returns true if this node is part of a XHTML document.' flags='130'/>
  2478. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->is_xml()' hint='bool tidy_node->is_xml(void) - Returns true if this node is part of a XML document.' flags='130'/>
  2479. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->next()' hint='tidy_node tidy_node->next(void) - Returns the next sibling to this node.' flags='130'/>
  2480. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->prev()' hint='tidy_node tidy_node->prev(void) - Returns the previous sibling to this node.' flags='130'/>
  2481. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_node->tidy_node()' hint='void tidy_node->tidy_node(void) - Constructor.' flags='130'/>
  2482. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_parse_file(|)' hint='bool tidy_parse_file(string file [, array config_options [, bool use_include_path]]) - Parse markup in file or URI.' flags='130'/>
  2483. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_parse_string(|)' hint='bool tidy_parse_string(string input) - Parse a document stored in a string.' flags='130'/>
  2484. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_repair_file(|)' hint='bool tidy_repair_file(string filename [, string config_file [, bool use_include_path]]) - Repair a file using an optionally provided configuration file.' flags='130'/>
  2485. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_repair_string(|)' hint='bool tidy_repair_string(string data [, string config_file [, string encoding]]) - Repair a string using an optionally provided configuration file.' flags='130'/>
  2486. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_reset_config()' hint='string tidy_reset_config(void) - Restore Tidy configuration to default values.' flags='130'/>
  2487. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_save_config(|)' hint='bool tidy_save_config(string filename) - Save current settings to named file. Only non-default values are written.' flags='130'/>
  2488. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_set_encoding(|)' hint='bool tidy_set_encoding(string encoding) - Set the input/output character encoding for parsing markup.' flags='130'/>
  2489. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_setopt(|)' hint='bool tidy_setopt(string option, mixed newvalue) - Updates the configuration settings for the specified tidy document.' flags='130'/>
  2490. <tag menu='T' submenu='Tidy-->>tidy_node->h - t' inserttext='tidy_warning_count()' hint='int tidy_warning_count(void) - Returns the Number of Tidy warnings encountered for specified document.' flags='130'/>
  2491. <tag menu='T' submenu='Tokenizer' inserttext='token_get_all(|)' hint='array token_get_all(string source) - Split given source into PHP tokens. (PHP 4>=4.2.0)' flags='130'/>
  2492. <tag menu='T' submenu='Tokenizer' inserttext='token_name(|)' hint='string token_name(int token) - Get the symbolic name of a given PHP token. (PHP 4>=4.2.0)' flags='130'/>
  2493. <tag menu='U' submenu='URL' inserttext='base64_decode(|)' hint='string base64_decode(string encoded_data) - Decodes data encoded with MIME base64. (PHP 3, PHP 4)' flags='130'/>
  2494. <tag menu='U' submenu='URL' inserttext='base64_encode(|)' hint='string base64_encode(string data) - Encodes data with MIME base64. (PHP 3, PHP 4)' flags='130'/>
  2495. <tag menu='U' submenu='URL' inserttext='get_meta_tags(|)' hint='array get_meta_tags(string filename [, int use_include_path]) - Extracts all meta tag content attributes from a file and returns an array. (PHP 3>=3.0.4, PHP 4)' flags='130'/>
  2496. <tag menu='U' submenu='URL' inserttext='http_build_query(|)' hint='string http_build_query(array formdata [, string numeric_prefix]) - Generate url-encoded query string.' flags='130'/>
  2497. <tag menu='U' submenu='URL' inserttext='parse_url(|)' hint='array parse_url(string url) - Parse a URL and return its components. (PHP 3, PHP 4)' flags='130'/>
  2498. <tag menu='U' submenu='URL' inserttext='rawurldecode(|)' hint='string rawurldecode(string str) - Decode URL-encoded strings. (PHP 3, PHP 4)' flags='130'/>
  2499. <tag menu='U' submenu='URL' inserttext='rawurlencode(|)' hint='string rawurlencode(string str) - URL-encode according to RFC 1738. (PHP 3, PHP 4)' flags='130'/>
  2500. <tag menu='U' submenu='URL' inserttext='urldecode(|)' hint='string urldecode(string str) - Decodes URL-encoded string. (PHP 3, PHP 4)' flags='130'/>
  2501. <tag menu='U' submenu='URL' inserttext='urlencode(|)' hint='string urlencode(string str) - URL-encodes string. (PHP 3, PHP 4)' flags='130'/>
  2502. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_autocommit(|)' hint='bool odbc_autocommit(resource connection_id [, bool OnOff]) - Toggle autocommit behaviour. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2503. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_binmode(|)' hint='int odbc_binmode(resource result_id, int mode) - Handling of binary column data. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2504. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_close(|)' hint='void odbc_close(resource connection_id) - Close an ODBC connection. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2505. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_close_all()' hint='void odbc_close_all(void) - Close all ODBC connections. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2506. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_columnprivileges(|)' hint='int odbc_columnprivileges(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]]) - Returns a result identifier that can be used to fetch a list of columns and associated privileges. (PHP 4)' flags='130'/>
  2507. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_columns(|)' hint='resource odbc_columns(resource connection_id [, string qualifier [, string schema [, string table_name [, string column_name]]]]) - Lists the column names in specified tables. Returns a result identifier containing the information. (PHP 4)' flags='130'/>
  2508. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_commit(|)' hint='bool odbc_commit(resource connection_id) - Commit an ODBC transaction. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2509. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_connect(|)' hint='resource odbc_connect(string dsn, string user, string password [, int cursor_type]) - Connect to a datasource. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2510. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_cursor(|)' hint='string odbc_cursor(resource result_id) - Get cursorname. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2511. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_data_source(|)' hint='resource odbc_data_source(resource connection_id, constant fetch_type) - Returns information about a current connection. (PHP 4>=4.3.0)' flags='130'/>
  2512. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_do(|)' hint='resource odbc_do(resource conn_id, string query) - Synonym for odbc_exec(). (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2513. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_error(|)' hint='string odbc_error([resource connection_id]) - Get the last error code. (PHP 4>=4.0.5)' flags='130'/>
  2514. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_errormsg(|)' hint='string odbc_errormsg([resource connection_id]) - Get the last error message. (PHP 4>=4.0.5)' flags='130'/>
  2515. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_exec(|)' hint='resource odbc_exec(resource connection_id, string query_string) - Prepare and execute a SQL statement. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2516. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_execute(|)' hint='bool odbc_execute(resource result_id [, array parameters_array]) - Execute a prepared statement. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2517. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_fetch_array(|)' hint='array odbc_fetch_array(resource result [, int rownumber]) - Fetch a result row as an associative array. (PHP 4>=4.0.2)' flags='130'/>
  2518. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_fetch_into(|)' hint='bool odbc_fetch_into(resource result_id [, int rownumber, array result_array]) - Fetch one result row into array. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2519. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_fetch_object(|)' hint='object odbc_fetch_object(resource result [, int rownumber]) - Fetch a result row as an object. (PHP 4>=4.0.2)' flags='130'/>
  2520. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_fetch_row(|)' hint='bool odbc_fetch_row(resource result_id [, int row_number]) - Fetch a row. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2521. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_field_len(|)' hint='int odbc_field_len(resource result_id, int field_number) - Get the length (precision) of a field. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2522. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_field_name(|)' hint='string odbc_field_name(resource result_id, int field_number) - Get the columnname. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2523. <tag menu='U' submenu='Unified ODBC-->>o - odbc_field_n' inserttext='odbc_field_num(|)' hint='int odbc_field_num(resource result_id, string field_name) - Return column number. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2524. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_field_precision(|)' hint='string odbc_field_precision(resource result_id, int field_number) - Synonym for odbc_field_len(). (PHP 4)' flags='130'/>
  2525. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_field_scale(|)' hint='string odbc_field_scale(resource result_id, int field_number) - Get the scale of a field. (PHP 4)' flags='130'/>
  2526. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_field_type(|)' hint='string odbc_field_type(resource result_id, int field_number) - Datatype of a field. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2527. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_foreignkeys(|)' hint='resource odbc_foreignkeys(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) - Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table. (PHP 4)' flags='130'/>
  2528. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_free_result(|)' hint='bool odbc_free_result(resource result_id) - Free resources associated with a result. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2529. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_gettypeinfo(|)' hint='int odbc_gettypeinfo(resource connection_id [, int data_type]) - Returns a result identifier containing information about data types supported by the data source. (PHP 4)' flags='130'/>
  2530. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_longreadlen(|)' hint='int odbc_longreadlen(resource result_id, int length) - Handling of LONG columns. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2531. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_next_result(|)' hint='bool odbc_next_result(resource result_id) - Checks if multiple results are available. (PHP 4>=4.0.5)' flags='130'/>
  2532. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_num_fields(|)' hint='int odbc_num_fields(resource result_id) - Number of columns in a result. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2533. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_num_rows(|)' hint='int odbc_num_rows(resource result_id) - Number of rows in a result. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2534. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_pconnect(|)' hint='resource odbc_pconnect(string dsn, string user, string password [, int cursor_type]) - Open a persistent database connection. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2535. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_prepare(|)' hint='resource odbc_prepare(resource connection_id, string query_string) - Prepares a statement for execution. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2536. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_primarykeys(|)' hint='resource odbc_primarykeys(resource connection_id, string qualifier, string owner, string table) - Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table. (PHP 4)' flags='130'/>
  2537. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_procedurecolumns(|)' hint='resource odbc_procedurecolumns(resource connection_id [, string qualifier [, string owner [, string proc [, string column]]]]) - Retrieve information about parameters to procedures. (PHP 4)' flags='130'/>
  2538. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_procedures(|)' hint='resource odbc_procedures(resource connection_id [, string qualifier [, string owner [, string name]]]) - Get the list of procedures stored in a specific data source. Returns a result identifier containing the information. (PHP 4)' flags='130'/>
  2539. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_result(|)' hint='string odbc_result(resource result_id, mixed field) - Get result data. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2540. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_result_all(|)' hint='int odbc_result_all(resource result_id [, string format]) - Print result as HTML table. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2541. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_rollback(|)' hint='int odbc_rollback(resource connection_id) - Rollback a transaction. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2542. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_setoption(|)' hint='int odbc_setoption(resource id, int function, int option, int param) - Adjust ODBC settings. Returns FALSE if an error occurs, otherwise TRUE. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2543. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_specialcolumns(|)' hint='resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) - Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction. (PHP 4)' flags='130'/>
  2544. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_statistics(|)' hint='resource odbc_statistics(resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy) - Retrieve statistics about a table. (PHP 4)' flags='130'/>
  2545. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_tableprivileges(|)' hint='int odbc_tableprivileges(resource connection_id [, string qualifier [, string owner [, string name]]]) - Lists tables and the privileges associated with each table. (PHP 4)' flags='130'/>
  2546. <tag menu='U' submenu='Unified ODBC-->>odbc_field_p - o' inserttext='odbc_tables(|)' hint='int odbc_tables(resource connection_id [, string qualifier [, string owner [, string name [, string types]]]]) - Get the list of table names stored in a specific data source. Returns a result identifier containing the information. (PHP 3>=3.0.17, PHP 4)' flags='130'/>
  2547. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='doubleval(|)' hint='doubleval - Alias of floatval().' flags='130'/>
  2548. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='empty(|)' hint='bool empty(mixed var) - Determine whether a variable is empty. (PHP 3, PHP 4)' flags='130'/>
  2549. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='floatval(|)' hint='float floatval(mixed var) - Get float value of a variable. (PHP 4>=4.2.0)' flags='130'/>
  2550. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='get_defined_vars()' hint='array get_defined_vars(void) - Returns an array of all defined variables. (PHP 4>=4.0.4)' flags='130'/>
  2551. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='get_resource_type(|)' hint='string get_resource_type(resource handle) - Returns the resource type. (PHP 4>=4.0.2)' flags='130'/>
  2552. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='gettype(|)' hint='string gettype(mixed var) - Get the type of a variable. (PHP 3, PHP 4)' flags='130'/>
  2553. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='import_request_variables(|)' hint='bool import_request_variables(string types [, string prefix]) - Import GET/POST/Cookie variables into the global scope. (PHP 4>=4.1.0)' flags='130'/>
  2554. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='intval(|)' hint='int intval(mixed var [, int base]) - Get integer value of a variable. (PHP 3, PHP 4)' flags='130'/>
  2555. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_array(|)' hint='bool is_array(mixed var) - Finds whether a variable is an array. (PHP 3, PHP 4)' flags='130'/>
  2556. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_bool(|)' hint='bool is_bool(mixed var) - Finds out whether a variable is a boolean. (PHP 4)' flags='130'/>
  2557. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_callable(|)' hint='bool is_callable(mixed var [, bool syntax_only [, string callable_name]]) - Verify that the contents of a variable can be called as a function. (PHP 4>=4.0.6)' flags='130'/>
  2558. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_double(|)' hint='is_double - Alias of is_float().' flags='130'/>
  2559. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_float(|)' hint='bool is_float(mixed var) - Finds whether a variable is a float. (PHP 3, PHP 4)' flags='130'/>
  2560. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_int(|)' hint='bool is_int(mixed var) - Find whether a variable is an integer. (PHP 3, PHP 4)' flags='130'/>
  2561. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_integer(|)' hint='is_integer - Alias of is_int().' flags='130'/>
  2562. <tag menu='V' submenu='Variable-->>d - is_l' inserttext='is_long(|)' hint='is_long - Alias of is_int().' flags='130'/>
  2563. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_null(|)' hint='bool is_null(mixed var) - Finds whether a variable is NULL. (PHP 4>=4.0.4)' flags='130'/>
  2564. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_numeric(|)' hint='bool is_numeric(mixed var) - Finds whether a variable is a number or a numeric string. (PHP 4)' flags='130'/>
  2565. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_object(|)' hint='bool is_object(mixed var) - Finds whether a variable is an object. (PHP 3, PHP 4)' flags='130'/>
  2566. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_real(|)' hint='is_real - Alias of is_float().' flags='130'/>
  2567. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_resource(|)' hint='bool is_resource(mixed var) - Finds whether a variable is a resource. (PHP 4)' flags='130'/>
  2568. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_scalar(|)' hint='bool is_scalar(mixed var) - Finds whether a variable is a scalar. (PHP 4>=4.0.5)' flags='130'/>
  2569. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='is_string(|)' hint='bool is_string(mixed var) - Finds whether a variable is a string. (PHP 3, PHP 4)' flags='130'/>
  2570. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='isset(|)' hint='bool isset(mixed var [, mixed var [, ...]]) - Determine whether a variable is set. (PHP 3, PHP 4)' flags='130'/>
  2571. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='print_r(|)' hint='bool print_r(mixed expression [, bool return]) - Prints human-readable information about a variable. (PHP 4)' flags='130'/>
  2572. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='serialize(|)' hint='string serialize(mixed value) - Generates a storable representation of a value. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  2573. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='settype(|)' hint='bool settype(mixed var, string type) - Set the type of a variable. (PHP 3, PHP 4)' flags='130'/>
  2574. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='strval(|)' hint='string strval(mixed var) - Get string value of a variable. (PHP 3, PHP 4)' flags='130'/>
  2575. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='unserialize(|)' hint='mixed unserialize(string str) - Creates a PHP value from a stored representation. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  2576. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='unset(|)' hint='void unset(mixed var [, mixed var [, ...]]) - Unset a given variable. (PHP 3, PHP 4)' flags='130'/>
  2577. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='var_dump(|)' hint='void var_dump(mixed expression [, mixed expression [, ...]]) - Dumps information about a variable. (PHP 3>=3.0.5, PHP 4)' flags='130'/>
  2578. <tag menu='V' submenu='Variable-->>is_n - v' inserttext='var_export(|)' hint='mixed var_export(mixed expression [, bool return]) - Outputs or returns a parsable string representation of a variable. (PHP 4>=4.2.0)' flags='130'/>
  2579. <tag menu='V' submenu='Verisign Payflow Pro' inserttext='pfpro_cleanup()' hint='void pfpro_cleanup(void) - Shuts down the Payflow Pro library. (PHP 4>=4.0.2)' flags='130'/>
  2580. <tag menu='V' submenu='Verisign Payflow Pro' inserttext='pfpro_init()' hint='void pfpro_init(void) - Initialises the Payflow Pro library. (PHP 4>=4.0.2)' flags='130'/>
  2581. <tag menu='V' submenu='Verisign Payflow Pro' inserttext='pfpro_process(|)' hint='array pfpro_process(array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) - Process a transaction with Payflow Pro. (PHP 4>=4.0.2)' flags='130'/>
  2582. <tag menu='V' submenu='Verisign Payflow Pro' inserttext='pfpro_process_raw(|)' hint='string pfpro_process_raw(string parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) - Process a raw transaction with Payflow Pro. (PHP 4>=4.0.2)' flags='130'/>
  2583. <tag menu='V' submenu='Verisign Payflow Pro' inserttext='pfpro_version()' hint='string pfpro_version(void) - Returns the version of the Payflow Pro software. (PHP 4>=4.0.2)' flags='130'/>
  2584. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_add_alias_domain(|)' hint='bool vpopmail_add_alias_domain(string domain, string aliasdomain) - Add an alias for a virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2585. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_add_alias_domain_ex(|)' hint='bool vpopmail_add_alias_domain_ex(string olddomain, string newdomain) - Add alias to an existing virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2586. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_add_domain(|)' hint='bool vpopmail_add_domain(string domain, string dir, int uid, int gid) - Add a new virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2587. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_add_domain_ex(|)' hint='bool vpopmail_add_domain_ex(string domain, string passwd [, string quota [, string bounce [, bool apop]]]) - Add a new virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2588. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_add_user(|)' hint='bool vpopmail_add_user(string user, string domain, string password [, string gecos [, bool apop]]) - Add a new user to the specified virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2589. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_alias_add(|)' hint='bool vpopmail_alias_add(string user, string domain, string alias) - Insert a virtual alias. (4.1.0-4.2.3 only)' flags='130'/>
  2590. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_alias_del(|)' hint='bool vpopmail_alias_del(string user, string domain) - Deletes all virtual aliases of a user. (4.1.0-4.2.3 only)' flags='130'/>
  2591. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_alias_del_domain(|)' hint='bool vpopmail_alias_del_domain(string domain) - Deletes all virtual aliases of a domain. (4.1.0-4.2.3 only)' flags='130'/>
  2592. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_alias_get(|)' hint='array vpopmail_alias_get(string alias, string domain) - Get all lines of an alias for a domain. (4.1.0-4.2.3 only)' flags='130'/>
  2593. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_alias_get_all(|)' hint='array vpopmail_alias_get_all(string domain) - Get all lines of an alias for a domain. (4.1.0-4.2.3 only)' flags='130'/>
  2594. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_auth_user(|)' hint='bool vpopmail_auth_user(string user, string domain, string password [, string apop]) - Attempt to validate a username/domain/password. Returns true/false. (4.0.5-4.2.3 only)' flags='130'/>
  2595. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_del_domain(|)' hint='bool vpopmail_del_domain(string domain) - Delete a virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2596. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_del_domain_ex(|)' hint='bool vpopmail_del_domain_ex(string domain) - Delete a virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2597. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_del_user(|)' hint='bool vpopmail_del_user(string user, string domain) - Delete a user from a virtual domain. (4.0.5-4.2.3 only)' flags='130'/>
  2598. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_error()' hint='string vpopmail_error(void) - Get text message for last vpopmail error. Returns string. (4.0.5-4.2.3 only)' flags='130'/>
  2599. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_passwd(|)' hint="bool vpopmail_passwd(string user, string domain, string password) - Change a virtual user's password. (4.0.5-4.2.3 only)" flags='130'/>
  2600. <tag menu='V' submenu='vpopmail' inserttext='vpopmail_set_user_quota(|)' hint="bool vpopmail_set_user_quota(string user, string domain, string quota) - Sets a virtual user's quota. (4.0.5-4.2.3 only)" flags='130'/>
  2601. <tag menu='W' submenu='W32api' inserttext='w32api_deftype(|)' hint='bool w32api_deftype(string typename, string member1_type, string member1_name [, string ... [, string ...]]) - Defines a type for use with other w32api_functions. (4.2.0-4.2.3 only)' flags='130'/>
  2602. <tag menu='W' submenu='W32api' inserttext='w32api_init_dtype(|)' hint='resource w32api_init_dtype(string typename, mixed value [, mixed ...]) - Creates an instance of the data type typename and fills it with the values passed. (4.2.0-4.2.3 only)' flags='130'/>
  2603. <tag menu='W' submenu='W32api' inserttext='w32api_invoke_function(|)' hint='mixed w32api_invoke_function(string funcname, mixed argument [, mixed ...]) - Invokes function funcname with the arguments passed after the function name. (4.2.0-4.2.3 only)' flags='130'/>
  2604. <tag menu='W' submenu='W32api' inserttext='w32api_register_function(|)' hint='bool w32api_register_function(string library, string function_name, string return_type) - Registers function function_name from library with PHP. (4.2.0-4.2.3 only)' flags='130'/>
  2605. <tag menu='W' submenu='W32api' inserttext='w32api_set_call_method(|)' hint='void w32api_set_call_method(int method) - Sets the calling method used. (4.2.0-4.2.3 only)' flags='130'/>
  2606. <tag menu='W' submenu='WDDX' inserttext='wddx_add_vars(|)' hint='bool wddx_add_vars(int packet_id, mixed name_var [, mixed ...]) - Add variables to a WDDX packet with the specified ID. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2607. <tag menu='W' submenu='WDDX' inserttext='wddx_deserialize(|)' hint='mixed wddx_deserialize(string packet) - Deserializes a WDDX packet. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2608. <tag menu='W' submenu='WDDX' inserttext='wddx_packet_end(|)' hint='string wddx_packet_end(int packet_id) - Ends a WDDX packet with the specified ID. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2609. <tag menu='W' submenu='WDDX' inserttext='wddx_packet_start(|)' hint='int wddx_packet_start([string comment]) - Starts a new WDDX packet with structure inside it. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2610. <tag menu='W' submenu='WDDX' inserttext='wddx_serialize_value(|)' hint='string wddx_serialize_value(mixed var [, string comment]) - Serialize a single value into a WDDX packet. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2611. <tag menu='W' submenu='WDDX' inserttext='wddx_serialize_vars(|)' hint='string wddx_serialize_vars(mixed var_name [, mixed ...]) - Serialize variables into a WDDX packet. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2612. <tag menu='X' submenu='XML parser' inserttext='utf8_decode(|)' hint='string utf8_decode(string data) - Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2613. <tag menu='X' submenu='XML parser' inserttext='utf8_encode(|)' hint='string utf8_encode(string data) - Encodes an ISO-8859-1 string to UTF-8. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2614. <tag menu='X' submenu='XML parser' inserttext='xml_error_string(|)' hint='string xml_error_string(int code) - Get XML parser error string. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2615. <tag menu='X' submenu='XML parser' inserttext='xml_get_current_byte_index(|)' hint='int xml_get_current_byte_index(resource parser) - Get current byte index for an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2616. <tag menu='X' submenu='XML parser' inserttext='xml_get_current_column_number(|)' hint='int xml_get_current_column_number(resource parser) - Get current column number for an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2617. <tag menu='X' submenu='XML parser' inserttext='xml_get_current_line_number(|)' hint='int xml_get_current_line_number(resource parser) - Get current line number for an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2618. <tag menu='X' submenu='XML parser' inserttext='xml_get_error_code(|)' hint='int xml_get_error_code(resource parser) - Get XML parser error code. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2619. <tag menu='X' submenu='XML parser' inserttext='xml_parse(|)' hint='bool xml_parse(resource parser, string data [, bool is_final]) - Start parsing an XML document. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2620. <tag menu='X' submenu='XML parser' inserttext='xml_parse_into_struct(|)' hint='int xml_parse_into_struct(resource parser, string data, array &values [, array &index]) - Parse XML data into an array structure. (PHP 3>=3.0.8, PHP 4)' flags='130'/>
  2621. <tag menu='X' submenu='XML parser' inserttext='xml_parser_create(|)' hint='resource xml_parser_create([string encoding]) - Create an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2622. <tag menu='X' submenu='XML parser' inserttext='xml_parser_create_ns(|)' hint='resource xml_parser_create_ns([string encoding [, string separator]]) - Create an XML parser with namespace support. (PHP 4>=4.0.5)' flags='130'/>
  2623. <tag menu='X' submenu='XML parser' inserttext='xml_parser_free(|)' hint='bool xml_parser_free(resource parser) - Free an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2624. <tag menu='X' submenu='XML parser' inserttext='xml_parser_get_option(|)' hint='mixed xml_parser_get_option(resource parser, int option) - Get options from an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2625. <tag menu='X' submenu='XML parser' inserttext='xml_parser_set_option(|)' hint='bool xml_parser_set_option(resource parser, int option, mixed value) - Set options in an XML parser. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2626. <tag menu='X' submenu='XML parser' inserttext='xml_set_character_data_handler(|)' hint='bool xml_set_character_data_handler(resource parser, callback handler) - Set up character data handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2627. <tag menu='X' submenu='XML parser' inserttext='xml_set_default_handler(|)' hint='bool xml_set_default_handler(resource parser, callback handler) - Set up default handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2628. <tag menu='X' submenu='XML parser' inserttext='xml_set_element_handler(|)' hint='bool xml_set_element_handler(resource parser, callback start_element_handler, callback end_element_handler) - Set up start and end element handlers. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2629. <tag menu='X' submenu='XML parser' inserttext='xml_set_end_namespace_decl_handler(|)' hint='bool xml_set_end_namespace_decl_handler(resource pind, callback handler) - Set up character data handler. (PHP 4>=4.0.5)' flags='130'/>
  2630. <tag menu='X' submenu='XML parser' inserttext='xml_set_external_entity_ref_handler(|)' hint='bool xml_set_external_entity_ref_handler(resource parser, callback handler) - Set up external entity reference handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2631. <tag menu='X' submenu='XML parser' inserttext='xml_set_notation_decl_handler(|)' hint='bool xml_set_notation_decl_handler(resource parser, callback handler) - Set up notation declaration handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2632. <tag menu='X' submenu='XML parser' inserttext='xml_set_object(|)' hint='void xml_set_object(resource parser, object object) - Use XML Parser within an object. (PHP 4)' flags='130'/>
  2633. <tag menu='X' submenu='XML parser' inserttext='xml_set_processing_instruction_handler(|)' hint='bool xml_set_processing_instruction_handler(resource parser, callback handler) - Set up processing instruction (PI) handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2634. <tag menu='X' submenu='XML parser' inserttext='xml_set_start_namespace_decl_handler(|)' hint='bool xml_set_start_namespace_decl_handler(resource pind, callback hdl) - Set up character data handler. (PHP 4>=4.0.5)' flags='130'/>
  2635. <tag menu='X' submenu='XML parser' inserttext='xml_set_unparsed_entity_decl_handler(|)' hint='bool xml_set_unparsed_entity_decl_handler(resource parser, callback handler) - Set up unparsed entity declaration handler. (PHP 3>=3.0.6, PHP 4)' flags='130'/>
  2636. <tag menu='X' submenu='XSLT' inserttext='xslt_create()' hint='resource xslt_create(void) - Create a new XSLT processor. (PHP 4>=4.0.3)' flags='130'/>
  2637. <tag menu='X' submenu='XSLT' inserttext='xslt_errno(|)' hint='int xslt_errno(resource xh) - Returns an error number. (PHP 4>=4.0.3)' flags='130'/>
  2638. <tag menu='X' submenu='XSLT' inserttext='xslt_error(|)' hint='mixed xslt_error(resource xh) - Returns an error string. (PHP 4>=4.0.3)' flags='130'/>
  2639. <tag menu='X' submenu='XSLT' inserttext='xslt_free(|)' hint='void xslt_free(resource xh) - Free XSLT processor. (PHP 4>=4.0.3)' flags='130'/>
  2640. <tag menu='X' submenu='XSLT' inserttext='xslt_process(|)' hint='mixed xslt_process(resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]]) - Perform an XSLT transformation. (PHP 4>=4.0.3)' flags='130'/>
  2641. <tag menu='X' submenu='XSLT' inserttext='xslt_set_base(|)' hint='void xslt_set_base(resource xh, string uri) - Set the base URI for all XSLT transformations. (PHP 4>=4.0.5)' flags='130'/>
  2642. <tag menu='X' submenu='XSLT' inserttext='xslt_set_encoding(|)' hint='void xslt_set_encoding(resource xh, string encoding) - Set the encoding for the parsing of XML documents. (PHP 4>=4.0.5)' flags='130'/>
  2643. <tag menu='X' submenu='XSLT' inserttext='xslt_set_error_handler(|)' hint='void xslt_set_error_handler(resource xh, mixed handler) - Set an error handler for a XSLT processor. (PHP 4>=4.0.4)' flags='130'/>
  2644. <tag menu='X' submenu='XSLT' inserttext='xslt_set_log(|)' hint='void xslt_set_log(resource xh, mixed log) - Set the log file to write log messages to. (PHP 4>=4.0.6)' flags='130'/>
  2645. <tag menu='X' submenu='XSLT' inserttext='xslt_set_sax_handler(|)' hint='void xslt_set_sax_handler(resource xh, array handlers) - Set SAX handlers for a XSLT processor. (4.0.3-4.0.6 only)' flags='130'/>
  2646. <tag menu='X' submenu='XSLT' inserttext='xslt_set_sax_handlers(|)' hint='void xslt_set_sax_handlers(resource processor, array handlers) - Set the SAX handlers to be called when the XML document gets processed. (PHP 4>=4.0.6)' flags='130'/>
  2647. <tag menu='X' submenu='XSLT' inserttext='xslt_set_scheme_handler(|)' hint='void xslt_set_scheme_handler(resource xh, array handlers) - Set Scheme handlers for a XSLT processor. (4.0.5-4.0.6 only)' flags='130'/>
  2648. <tag menu='X' submenu='XSLT' inserttext='xslt_set_scheme_handlers(|)' hint='void xslt_set_scheme_handlers(resource processor, array handlers) - Set the scheme handlers for the XSLT processor. (PHP 4>=4.0.6)' flags='130'/>
  2649. <tag menu='Y' submenu='YAZ' inserttext='yaz_addinfo(|)' hint='string yaz_addinfo(resource id) - Returns additional error information. (PHP 4>=4.0.1)' flags='130'/>
  2650. <tag menu='Y' submenu='YAZ' inserttext='yaz_ccl_conf(|)' hint='int yaz_ccl_conf(resource id, array config) - Configure CCL parser. (PHP 4>=4.0.5)' flags='130'/>
  2651. <tag menu='Y' submenu='YAZ' inserttext='yaz_ccl_parse(|)' hint='bool yaz_ccl_parse(resource id, string query, array & result) - Invoke CCL Parser. (PHP 4>=4.0.5)' flags='130'/>
  2652. <tag menu='Y' submenu='YAZ' inserttext='yaz_close(|)' hint='bool yaz_close(resource id) - Close YAZ connection. (PHP 4>=4.0.1)' flags='130'/>
  2653. <tag menu='Y' submenu='YAZ' inserttext='yaz_connect(|)' hint='resource yaz_connect(string zurl [, mixed options]) - Prepares for a connection to a Z39.50 target (server). (PHP 4>=4.0.1)' flags='130'/>
  2654. <tag menu='Y' submenu='YAZ' inserttext='yaz_database(|)' hint='bool yaz_database(resource id, string databases) - Specifies the databases within a session. (PHP 4>=4.0.6)' flags='130'/>
  2655. <tag menu='Y' submenu='YAZ' inserttext='yaz_element(|)' hint='bool yaz_element(resource id, string elementset) - Specifies Element-Set Name for retrieval. (PHP 4>=4.0.1)' flags='130'/>
  2656. <tag menu='Y' submenu='YAZ' inserttext='yaz_errno(|)' hint='int yaz_errno(resource id) - Returns error number. (PHP 4>=4.0.1)' flags='130'/>
  2657. <tag menu='Y' submenu='YAZ' inserttext='yaz_error(|)' hint='string yaz_error(resource id) - Returns error description. (PHP 4>=4.0.1)' flags='130'/>
  2658. <tag menu='Y' submenu='YAZ' inserttext='yaz_es_result(|)' hint='array yaz_es_result(resource id) - Inspects Extended Services Result. (PHP 4>=4.2.0)' flags='130'/>
  2659. <tag menu='Y' submenu='YAZ' inserttext='yaz_get_option(|)' hint='string yaz_get_option(resource id, string name) - Returns value of option for connection. (PHP 5 CVS only)' flags='130'/>
  2660. <tag menu='Y' submenu='YAZ' inserttext='yaz_hits(|)' hint='int yaz_hits(resource id) - Returns number of hits for last search. (PHP 4>=4.0.1)' flags='130'/>
  2661. <tag menu='Y' submenu='YAZ' inserttext='yaz_itemorder(|)' hint='int yaz_itemorder(resource id, array args) - Prepares for Z39.50 Item Order with an ILL-Request package. (PHP 4>=4.0.5)' flags='130'/>
  2662. <tag menu='Y' submenu='YAZ' inserttext='yaz_present(|)' hint='bool yaz_present(resource id) - Prepares for retrieval (Z39.50 present). (PHP 4>=4.0.5)' flags='130'/>
  2663. <tag menu='Y' submenu='YAZ' inserttext='yaz_range(|)' hint='bool yaz_range(resource id, int start, int number) - Specifies the maximum number of records to retrieve. (PHP 4>=4.0.1)' flags='130'/>
  2664. <tag menu='Y' submenu='YAZ' inserttext='yaz_record(|)' hint='string yaz_record(resource id, int pos, string type) - Returns a record. (PHP 4>=4.0.1)' flags='130'/>
  2665. <tag menu='Y' submenu='YAZ' inserttext='yaz_scan(|)' hint='int yaz_scan(resource id, string type, string startterm [, array flags]) - Prepares for a scan. (PHP 4>=4.0.5)' flags='130'/>
  2666. <tag menu='Y' submenu='YAZ' inserttext='yaz_scan_result(|)' hint='array yaz_scan_result(resource id [, array & result]) - Returns Scan Response result. (PHP 4>=4.0.5)' flags='130'/>
  2667. <tag menu='Y' submenu='YAZ' inserttext='yaz_schema(|)' hint='int yaz_schema(resource id, string schema) - Specifies schema for retrieval. (PHP 4>=4.2.0)' flags='130'/>
  2668. <tag menu='Y' submenu='YAZ' inserttext='yaz_search(|)' hint='int yaz_search(resource id, string type, string query) - Prepares for a search. (PHP 4>=4.0.1)' flags='130'/>
  2669. <tag menu='Y' submenu='YAZ' inserttext='yaz_set_option(|)' hint='string yaz_set_option(resource id, string name, string value) - Sets one or more options for connection. (PHP 5 CVS only)' flags='130'/>
  2670. <tag menu='Y' submenu='YAZ' inserttext='yaz_sort(|)' hint='int yaz_sort(resource id, string criteria) - Sets sorting criteria. (PHP 4>=4.1.0)' flags='130'/>
  2671. <tag menu='Y' submenu='YAZ' inserttext='yaz_syntax(|)' hint='int yaz_syntax(resource id, string syntax) - Specifies the preferred record syntax for retrieval. (PHP 4>=4.0.1)' flags='130'/>
  2672. <tag menu='Y' submenu='YAZ' inserttext='yaz_wait(|)' hint='int yaz_wait([array options]) - Wait for Z39.50 requests to complete. (PHP 4>=4.0.1)' flags='130'/>
  2673. <tag menu='Y' submenu='YP/NIS' inserttext='yp_all(|)' hint='void yp_all(string domain, string map, string callback) - Traverse the map and call a function on each entry. (PHP 4>=4.0.6)' flags='130'/>
  2674. <tag menu='Y' submenu='YP/NIS' inserttext='yp_cat(|)' hint='array yp_cat(string domain, string map) - Return an array containing the entire map. (PHP 4>=4.0.6)' flags='130'/>
  2675. <tag menu='Y' submenu='YP/NIS' inserttext='yp_err_string(|)' hint='string yp_err_string(int errorcode) - Returns the error string associated with the given error code. (PHP 4>=4.0.6)' flags='130'/>
  2676. <tag menu='Y' submenu='YP/NIS' inserttext='yp_errno()' hint='int yp_errno(void) - Returns the error code of the previous operation. (PHP 4>=4.0.6)' flags='130'/>
  2677. <tag menu='Y' submenu='YP/NIS' inserttext='yp_first(|)' hint='array yp_first(string domain, string map) - Returns the first key-value pair from the named map. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2678. <tag menu='Y' submenu='YP/NIS' inserttext='yp_get_default_domain()' hint="int yp_get_default_domain(void) - Fetches the machine's default NIS domain. (PHP 3>=3.0.7, PHP 4)" flags='130'/>
  2679. <tag menu='Y' submenu='YP/NIS' inserttext='yp_master(|)' hint='string yp_master(string domain, string map) - Returns the machine name of the master NIS server for a map. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2680. <tag menu='Y' submenu='YP/NIS' inserttext='yp_match(|)' hint='string yp_match(string domain, string map, string key) - Returns the matched line. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2681. <tag menu='Y' submenu='YP/NIS' inserttext='yp_next(|)' hint='array yp_next(string domain, string map, string key) - Returns the next key-value pair in the named map. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2682. <tag menu='Y' submenu='YP/NIS' inserttext='yp_order(|)' hint='int yp_order(string domain, string map) - Returns the order number for a map. (PHP 3>=3.0.7, PHP 4)' flags='130'/>
  2683. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_close(|)' hint='void zip_close(resource zip) - Close a Zip File Archive. (4.1.0-4.3.2 only)' flags='130'/>
  2684. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_close(|)' hint='void zip_entry_close(resource zip_entry) - Close a Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2685. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_compressedsize(|)' hint='int zip_entry_compressedsize(resource zip_entry) - Retrieve the Compressed Size of a Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2686. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_compressionmethod(|)' hint='string zip_entry_compressionmethod(resource zip_entry) - Retrieve the Compression Method of a Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2687. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_filesize(|)' hint='int zip_entry_filesize(resource zip_entry) - Retrieve the Actual File Size of a Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2688. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_name(|)' hint='string zip_entry_name(resource zip_entry) - Retrieve the Name of a Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2689. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_open(|)' hint='bool zip_entry_open(resource zip, resource zip_entry [, string mode]) - Open a Directory Entry for Reading. (4.1.0-4.3.2 only)' flags='130'/>
  2690. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_entry_read(|)' hint='string zip_entry_read(resource zip_entry [, int length]) - Read From an Open Directory Entry. (4.1.0-4.3.2 only)' flags='130'/>
  2691. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_open(|)' hint='resource zip_open(string filename) - Open a Zip File Archive. (4.1.0-4.3.2 only)' flags='130'/>
  2692. <tag menu='Z' submenu='Zip File (Read Only Access)' inserttext='zip_read(|)' hint='resource zip_read(resource zip) - Read Next Entry in a Zip File Archive. (4.1.0-4.3.2 only)' flags='130'/>
  2693. <tag menu='Z' submenu='Zlib Compression' inserttext='gzclose(|)' hint='int gzclose(resource zp) - Close an open gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2694. <tag menu='Z' submenu='Zlib Compression' inserttext='gzcompress(|)' hint='string gzcompress(string data [, int level]) - Compress a string. (PHP 4>=4.0.1)' flags='130'/>
  2695. <tag menu='Z' submenu='Zlib Compression' inserttext='gzdeflate(|)' hint='string gzdeflate(string data [, int level]) - Deflate a string. (PHP 4>=4.0.4)' flags='130'/>
  2696. <tag menu='Z' submenu='Zlib Compression' inserttext='gzencode(|)' hint='string gzencode(string data [, int level [, int encoding_mode]]) - Create a gzip compressed string. (PHP 4>=4.0.4)' flags='130'/>
  2697. <tag menu='Z' submenu='Zlib Compression' inserttext='gzeof(|)' hint='int gzeof(resource zp) - Test for end-of-file on a gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2698. <tag menu='Z' submenu='Zlib Compression' inserttext='gzfile(|)' hint='array gzfile(string filename [, int use_include_path]) - Read entire gz-file into an array. (PHP 3, PHP 4)' flags='130'/>
  2699. <tag menu='Z' submenu='Zlib Compression' inserttext='gzgetc(|)' hint='string gzgetc(resource zp) - Get character from gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2700. <tag menu='Z' submenu='Zlib Compression' inserttext='gzgets(|)' hint='string gzgets(resource zp, int length) - Get line from file pointer. (PHP 3, PHP 4)' flags='130'/>
  2701. <tag menu='Z' submenu='Zlib Compression' inserttext='gzgetss(|)' hint='string gzgetss(resource zp, int length [, string allowable_tags]) - Get line from gz-file pointer and strip HTML tags. (PHP 3, PHP 4)' flags='130'/>
  2702. <tag menu='Z' submenu='Zlib Compression' inserttext='gzinflate(|)' hint='string gzinflate(string data [, int length]) - Inflate a deflated string. (PHP 4>=4.0.4)' flags='130'/>
  2703. <tag menu='Z' submenu='Zlib Compression' inserttext='gzopen(|)' hint='resource gzopen(string filename, string mode [, int use_include_path]) - Open gz-file. (PHP 3, PHP 4)' flags='130'/>
  2704. <tag menu='Z' submenu='Zlib Compression' inserttext='gzpassthru(|)' hint='int gzpassthru(resource zp) - Output all remaining data on a gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2705. <tag menu='Z' submenu='Zlib Compression' inserttext='gzputs(|)' hint='gzputs - Alias for gzwrite().' flags='130'/>
  2706. <tag menu='Z' submenu='Zlib Compression' inserttext='gzread(|)' hint='string gzread(resource zp, int length) - Binary-safe gz-file read. (PHP 3, PHP 4)' flags='130'/>
  2707. <tag menu='Z' submenu='Zlib Compression' inserttext='gzrewind(|)' hint='int gzrewind(resource zp) - Rewind the position of a gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2708. <tag menu='Z' submenu='Zlib Compression' inserttext='gzseek(|)' hint='int gzseek(resource zp, int offset) - Seek on a gz-file pointer. (PHP 3, PHP 4)' flags='130'/>
  2709. <tag menu='Z' submenu='Zlib Compression' inserttext='gztell(|)' hint='int gztell(resource zp) - Tell gz-file pointer read/write position. (PHP 3, PHP 4)' flags='130'/>
  2710. <tag menu='Z' submenu='Zlib Compression' inserttext='gzuncompress(|)' hint='string gzuncompress(string data [, int length]) - Uncompress a deflated string. (PHP 4>=4.0.1)' flags='130'/>
  2711. <tag menu='Z' submenu='Zlib Compression' inserttext='gzwrite(|)' hint='int gzwrite(resource zp, string string [, int length]) - Binary-safe gz-file write. (PHP 3, PHP 4)' flags='130'/>
  2712. <tag menu='Z' submenu='Zlib Compression' inserttext='readgzfile(|)' hint='int readgzfile(string filename [, int use_include_path]) - Output a gz-file. (PHP 3, PHP 4)' flags='130'/>
  2713. <tag menu='Z' submenu='Zlib Compression' inserttext='zlib_get_coding_type()' hint='string zlib_get_coding_type(void) - Returns the coding type used for output compression. (PHP 4>=4.3.2)' flags='130'/>
  2714.  
  2715. <!-- END MAIN CONTENT -->
  2716. <!-- END MAIN CONTENT -->
  2717.  
  2718. </csetaginserterconfiguration>
  2719.